#51402B

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

Shades of Deep Bronze #51402B

Tints of Deep Bronze #51402B

Color information

#51402B (or 0x51402B) is unknown color: approx Deep Bronze. HEX triplet: 51, 40 and 2B. RGB value is (81,64,43). Sum of RGB (Red+Green+Blue) = 81+64+43=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #51402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51402B is #AEBFD4. Grayscale: #424242. Windows color (decimal): -11452373 or 2834513. OLE color: 2834513.

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

Color convert

RGB816443-
CMYK00.210.470.68
HSL33.16º30.65%24.31%-
HSV(B)33.16º46.91%31.76%-
XYZ5.665.593.07-
YUV66.69114.63138.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=43.09%
G=34.04%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81644300.210.470.6833.1630.6524.31
Hex51402B0152F44211f18
Octal1211005302557104413730
Binary1010001100000010101101010110111110001001000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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