#51412B

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

Shades of Deep Bronze #51412B

Tints of Deep Bronze #51412B

Color information

#51412B (or 0x51412B) is unknown color: approx Deep Bronze. HEX triplet: 51, 41 and 2B. RGB value is (81,65,43). Sum of RGB (Red+Green+Blue) = 81+65+43=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #51412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51412B is #AEBED4. Grayscale: #434343. Windows color (decimal): -11452117 or 2834769. OLE color: 2834769.

HSL color Cylindrical-coordinate representation of color #51412B: hue angle of 34.74º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51412B is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB816543-
CMYK00.200.470.68
HSL34.74º30.65%24.31%-
HSV(B)34.74º46.91%31.76%-
XYZ5.725.73.09-
YUV67.28114.3137.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=42.86%
G=34.39%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81654300.200.470.6834.7430.6524.31
Hex51412B0142F44231f18
Octal1211015302457104433730
Binary1010001100000110101101010010111110001001000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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