#513E20

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

Shades of Deep Bronze #513E20

Tints of Deep Bronze #513E20

Color information

#513E20 (or 0x513E20) is unknown color: approx Deep Bronze. HEX triplet: 51, 3E and 20. RGB value is (81,62,32). Sum of RGB (Red+Green+Blue) = 81+62+32=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #513E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E20 is #AEC1DF. Grayscale: #404040. Windows color (decimal): -11452896 or 2113105. OLE color: 2113105.

HSL color Cylindrical-coordinate representation of color #513E20: hue angle of 36.73º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513E20 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB816232-
CMYK00.230.600.68
HSL36.73º43.36%22.16%-
HSV(B)36.73º60.49%31.76%-
XYZ5.385.32.11-
YUV64.26109.79139.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=46.29%
G=35.43%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81623200.230.600.6836.7343.3622.16
Hex513E200173C44252b16
Octal121764002774104455326
Binary1010001111110100000010111111100100010010010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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