#51412C

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

Shades of Deep Bronze #51412C

Tints of Deep Bronze #51412C

Color information

#51412C (or 0x51412C) is unknown color: approx Deep Bronze. HEX triplet: 51, 41 and 2C. RGB value is (81,65,44). Sum of RGB (Red+Green+Blue) = 81+65+44=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #51412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51412C is #AEBED3. Grayscale: #434343. Windows color (decimal): -11452116 or 2900305. OLE color: 2900305.

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

Color convert

RGB816544-
CMYK00.200.460.68
HSL34.05º29.6%24.51%-
HSV(B)34.05º45.68%31.76%-
XYZ5.745.713.18-
YUV67.39114.8137.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=42.63%
G=34.21%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81654400.200.460.6834.0529.624.51
Hex51412C0142E44221e19
Octal1211015402456104423631
Binary1010001100000110110001010010111010001001000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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