#513B24

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

Shades of Deep Bronze #513B24

Tints of Deep Bronze #513B24

Color information

#513B24 (or 0x513B24) is unknown color: approx Deep Bronze. HEX triplet: 51, 3B and 24. RGB value is (81,59,36). Sum of RGB (Red+Green+Blue) = 81+59+36=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #513B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B24 is #AEC4DB. Grayscale: #3F3F3F. Windows color (decimal): -11453660 or 2374481. OLE color: 2374481.

HSL color Cylindrical-coordinate representation of color #513B24: hue angle of 30.67º 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 #513B24 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB815936-
CMYK00.270.560.68
HSL30.67º38.46%22.94%-
HSV(B)30.67º55.56%31.76%-
XYZ5.2852.36-
YUV62.96112.79140.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 36 (14.45% from 255) = 20.45%
R=46.02%
G=33.52%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81593600.270.560.6830.6738.4622.94
Hex513B2401B38441f2617
Octal121734403370104374627
Binary101000111101110010001101111100010001001111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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