#513E2B

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

Shades of Deep Bronze #513E2B

Tints of Deep Bronze #513E2B

Color information

#513E2B (or 0x513E2B) is unknown color: approx Deep Bronze. HEX triplet: 51, 3E and 2B. RGB value is (81,62,43). Sum of RGB (Red+Green+Blue) = 81+62+43=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #513E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E2B is #AEC1D4. Grayscale: #414141. Windows color (decimal): -11452885 or 2834001. OLE color: 2834001.

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

Color convert

RGB816243-
CMYK00.230.470.68
HSL30º30.65%24.31%-
HSV(B)30º46.91%31.76%-
XYZ5.555.373.03-
YUV65.52115.29139.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=43.55%
G=33.33%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81624300.230.470.683030.6524.31
Hex513E2B0172F441e1f18
Octal121765302757104363730
Binary10100011111101010110101111011111000100111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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