#513C27

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

Shades of Deep Bronze #513C27

Tints of Deep Bronze #513C27

Color information

#513C27 (or 0x513C27) is unknown color: approx Deep Bronze. HEX triplet: 51, 3C and 27. RGB value is (81,60,39). Sum of RGB (Red+Green+Blue) = 81+60+39=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #513C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C27 is #AEC3D8. Grayscale: #3F3F3F. Windows color (decimal): -11453401 or 2571345. OLE color: 2571345.

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

Color convert

RGB816039-
CMYK00.260.520.68
HSL30º35%23.53%-
HSV(B)30º51.85%31.76%-
XYZ5.385.132.63-
YUV63.88113.96140.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 60 (23.83% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 21.67%
R=45%
G=33.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81603900.260.520.68303523.53
Hex513C2701A34441e2318
Octal121744703264104364330
Binary101000111110010011101101011010010001001111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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