#513F26

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

Shades of Deep Bronze #513F26

Tints of Deep Bronze #513F26

Color information

#513F26 (or 0x513F26) is unknown color: approx Deep Bronze. HEX triplet: 51, 3F and 26. RGB value is (81,63,38). Sum of RGB (Red+Green+Blue) = 81+63+38=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #513F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F26 is #AEC0D9. Grayscale: #414141. Windows color (decimal): -11452634 or 2506577. OLE color: 2506577.

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

Color convert

RGB816338-
CMYK00.220.530.68
HSL34.88º36.13%23.33%-
HSV(B)34.88º53.09%31.76%-
XYZ5.525.442.59-
YUV65.53112.46139.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=44.51%
G=34.62%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81633800.220.530.6834.8836.1323.33
Hex513F260163544232417
Octal121774602665104434427
Binary1010001111111100110010110110101100010010001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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