#51432C

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

Shades of Deep Bronze #51432C

Tints of Deep Bronze #51432C

Color information

#51432C (or 0x51432C) is unknown color: approx Deep Bronze. HEX triplet: 51, 43 and 2C. RGB value is (81,67,44). Sum of RGB (Red+Green+Blue) = 81+67+44=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #51432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51432C is #AEBCD3. Grayscale: #444444. Windows color (decimal): -11451604 or 2900817. OLE color: 2900817.

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

Color convert

RGB816744-
CMYK00.170.460.68
HSL37.3º29.6%24.51%-
HSV(B)37.3º45.68%31.76%-
XYZ5.865.953.22-
YUV68.56114.14136.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=42.19%
G=34.90%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81674400.170.460.6837.329.624.51
Hex51432C0112E44251e19
Octal1211035402156104453631
Binary1010001100001110110001000110111010001001001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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