#513C24

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

Shades of Deep Bronze #513C24

Tints of Deep Bronze #513C24

Color information

#513C24 (or 0x513C24) is unknown color: approx Deep Bronze. HEX triplet: 51, 3C and 24. RGB value is (81,60,36). Sum of RGB (Red+Green+Blue) = 81+60+36=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #513C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C24 is #AEC3DB. Grayscale: #3F3F3F. Windows color (decimal): -11453404 or 2374737. OLE color: 2374737.

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

Color convert

RGB816036-
CMYK00.260.560.68
HSL32º38.46%22.94%-
HSV(B)32º55.56%31.76%-
XYZ5.335.112.37-
YUV63.54112.46140.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=45.76%
G=33.90%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81603600.260.560.683238.4622.94
Hex513C2401A3844202617
Octal121744403270104404627
Binary1010001111100100100011010111000100010010000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,60,36); }

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

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

 a { background-color: rgb(81,60,36); }

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

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

 span { border-color: rgb(81,60,36); }

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