#513C26

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

Shades of Deep Bronze #513C26

Tints of Deep Bronze #513C26

Color information

#513C26 (or 0x513C26) is unknown color: approx Deep Bronze. HEX triplet: 51, 3C and 26. RGB value is (81,60,38). Sum of RGB (Red+Green+Blue) = 81+60+38=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #513C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C26 is #AEC3D9. Grayscale: #3F3F3F. Windows color (decimal): -11453402 or 2505809. OLE color: 2505809.

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

Color convert

RGB816038-
CMYK00.260.530.68
HSL30.7º36.13%23.33%-
HSV(B)30.7º53.09%31.76%-
XYZ5.365.122.54-
YUV63.77113.46140.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=45.25%
G=33.52%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81603800.260.530.6830.736.1323.33
Hex513C2601A35441f2417
Octal121744603265104374427
Binary101000111110010011001101011010110001001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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