#52412C

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

Shades of Deep Bronze #52412C

Tints of Deep Bronze #52412C

Color information

#52412C (or 0x52412C) is unknown color: approx Deep Bronze. HEX triplet: 52, 41 and 2C. RGB value is (82,65,44). Sum of RGB (Red+Green+Blue) = 82+65+44=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #52412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52412C is #ADBED3. Grayscale: #434343. Windows color (decimal): -11386580 or 2900306. OLE color: 2900306.

HSL color Cylindrical-coordinate representation of color #52412C: hue angle of 33.16º 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 #52412C is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB826544-
CMYK00.210.460.68
HSL33.16º30.16%24.71%-
HSV(B)33.16º46.34%32.16%-
XYZ5.825.763.19-
YUV67.69114.63138.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=42.93%
G=34.03%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82654400.210.460.6833.1630.1624.71
Hex52412C0152E44211e19
Octal1221015402556104413631
Binary1010010100000110110001010110111010001001000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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