#51402C

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

Shades of Deep Bronze #51402C

Tints of Deep Bronze #51402C

Color information

#51402C (or 0x51402C) is unknown color: approx Deep Bronze. HEX triplet: 51, 40 and 2C. RGB value is (81,64,44). Sum of RGB (Red+Green+Blue) = 81+64+44=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #51402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51402C is #AEBFD3. Grayscale: #424242. Windows color (decimal): -11452372 or 2900049. OLE color: 2900049.

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

Color convert

RGB816444-
CMYK00.210.460.68
HSL32.43º29.6%24.51%-
HSV(B)32.43º45.68%31.76%-
XYZ5.685.63.16-
YUV66.8115.13138.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=42.86%
G=33.86%
B=23.28%

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
Decimal81644400.210.460.6832.4329.624.51
Hex51402C0152E44201e19
Octal1211005402556104403631
Binary1010001100000010110001010110111010001001000001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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