#52442C

Color #52442C Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #52442C

Tints of Deep Bronze #52442C

Color information

#52442C (or 0x52442C) is unknown color: approx Deep Bronze. HEX triplet: 52, 44 and 2C. RGB value is (82,68,44). Sum of RGB (Red+Green+Blue) = 82+68+44=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52442C is #ADBBD3. Grayscale: #454545. Windows color (decimal): -11385812 or 2901074. OLE color: 2901074.

HSL color Cylindrical-coordinate representation of color #52442C: hue angle of 37.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52442C is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB826844-
CMYK00.170.460.68
HSL37.89º30.16%24.71%-
HSV(B)37.89º46.34%32.16%-
XYZ66.113.25-
YUV69.45113.64136.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=42.27%
G=35.05%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82684400.170.460.6837.8930.1624.71
Hex52442C0112E44261e19
Octal1221045402156104463631
Binary1010010100010010110001000110111010001001001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52442C; }

 p { color: rgb(82,68,44); }

 H1.HeaderClassName
 {
   color: #52442C;
 }
 .AnyTagClassName
 {
   color: #52442C;
 }
</style>
background-color css

<style>
 a { background-color: #52442C; }

 a { background-color: rgb(82,68,44); }

 div.DivClassName
 {
   background-color: #52442C;
 }
 .BgClassName
 {
   background-color: #52442C;
 }
</style>
border-color css

<style>
 span { border-color: #52442C; }

 span { border-color: rgb(82,68,44); }

 td.TdClassName
 {
   border-color: #52442C;
 }
 .TagClassName
 {
   border-color: #52442C;
 }
</style>