#513C25

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

Shades of Deep Bronze #513C25

Tints of Deep Bronze #513C25

Color information

#513C25 (or 0x513C25) is unknown color: approx Deep Bronze. HEX triplet: 51, 3C and 25. RGB value is (81,60,37). Sum of RGB (Red+Green+Blue) = 81+60+37=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #513C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C25 is #AEC3DA. Grayscale: #3F3F3F. Windows color (decimal): -11453403 or 2440273. OLE color: 2440273.

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

Color convert

RGB816037-
CMYK00.260.540.68
HSL31.36º37.29%23.14%-
HSV(B)31.36º54.32%31.76%-
XYZ5.345.112.46-
YUV63.66112.96140.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=45.51%
G=33.71%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81603700.260.540.6831.3637.2923.14
Hex513C2501A36441f2517
Octal121744503266104374527
Binary101000111110010010101101011011010001001111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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