#513C2B

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

Shades of Deep Bronze #513C2B

Tints of Deep Bronze #513C2B

Color information

#513C2B (or 0x513C2B) is unknown color: approx Deep Bronze. HEX triplet: 51, 3C and 2B. RGB value is (81,60,43). Sum of RGB (Red+Green+Blue) = 81+60+43=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #513C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C2B is #AEC3D4. Grayscale: #404040. Windows color (decimal): -11453397 or 2833489. OLE color: 2833489.

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

Color convert

RGB816043-
CMYK00.260.470.68
HSL26.84º30.65%24.31%-
HSV(B)26.84º46.91%31.76%-
XYZ5.455.162.99-
YUV64.34115.96139.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=44.02%
G=32.61%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81604300.260.470.6826.8430.6524.31
Hex513C2B01A2F441b1f18
Octal121745303257104333730
Binary10100011111001010110110101011111000100110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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