#51442C

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

Shades of Deep Bronze #51442C

Tints of Deep Bronze #51442C

Color information

#51442C (or 0x51442C) is unknown color: approx Deep Bronze. HEX triplet: 51, 44 and 2C. RGB value is (81,68,44). Sum of RGB (Red+Green+Blue) = 81+68+44=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51442C is #AEBBD3. Grayscale: #454545. Windows color (decimal): -11451348 or 2901073. OLE color: 2901073.

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

Color convert

RGB816844-
CMYK00.160.460.68
HSL38.92º29.6%24.51%-
HSV(B)38.92º45.68%31.76%-
XYZ5.926.073.24-
YUV69.15113.81136.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=41.97%
G=35.23%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81684400.160.460.6838.9229.624.51
Hex51442C0102E44271e19
Octal1211045402056104473631
Binary1010001100010010110001000010111010001001001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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