#513E28

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

Shades of Deep Bronze #513E28

Tints of Deep Bronze #513E28

Color information

#513E28 (or 0x513E28) is unknown color: approx Deep Bronze. HEX triplet: 51, 3E and 28. RGB value is (81,62,40). Sum of RGB (Red+Green+Blue) = 81+62+40=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #513E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E28 is #AEC1D7. Grayscale: #414141. Windows color (decimal): -11452888 or 2637393. OLE color: 2637393.

HSL color Cylindrical-coordinate representation of color #513E28: hue angle of 32.2º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513E28 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB816240-
CMYK00.230.510.68
HSL32.2º33.88%23.73%-
HSV(B)32.2º50.62%31.76%-
XYZ5.55.352.75-
YUV65.17113.79139.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=44.26%
G=33.88%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81624000.230.510.6832.233.8823.73
Hex513E280173344202218
Octal121765002763104404230
Binary1010001111110101000010111110011100010010000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513E28; }

 p { color: rgb(81,62,40); }

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

<style>
 a { background-color: #513E28; }

 a { background-color: rgb(81,62,40); }

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

<style>
 span { border-color: #513E28; }

 span { border-color: rgb(81,62,40); }

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