#513B25

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

Shades of Deep Bronze #513B25

Tints of Deep Bronze #513B25

Color information

#513B25 (or 0x513B25) is unknown color: approx Deep Bronze. HEX triplet: 51, 3B and 25. RGB value is (81,59,37). Sum of RGB (Red+Green+Blue) = 81+59+37=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #513B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B25 is #AEC4DA. Grayscale: #3F3F3F. Windows color (decimal): -11453659 or 2440017. OLE color: 2440017.

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

Color convert

RGB815937-
CMYK00.270.540.68
HSL30º37.29%23.14%-
HSV(B)30º54.32%31.76%-
XYZ5.295.012.44-
YUV63.07113.29140.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=45.76%
G=33.33%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81593700.270.540.683037.2923.14
Hex513B2501B36441e2517
Octal121734503366104364527
Binary101000111101110010101101111011010001001111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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