#513D2C

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

Shades of Deep Bronze #513D2C

Tints of Deep Bronze #513D2C

Color information

#513D2C (or 0x513D2C) is unknown color: approx Deep Bronze. HEX triplet: 51, 3D and 2C. RGB value is (81,61,44). Sum of RGB (Red+Green+Blue) = 81+61+44=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #513D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D2C is #AEC2D3. Grayscale: #414141. Windows color (decimal): -11453140 or 2899281. OLE color: 2899281.

HSL color Cylindrical-coordinate representation of color #513D2C: hue angle of 27.57º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #513D2C is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB816144-
CMYK00.250.460.68
HSL27.57º29.6%24.51%-
HSV(B)27.57º45.68%31.76%-
XYZ5.525.273.11-
YUV65.04116.13139.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 61 (24.22% from 255) = 32.80%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=43.55%
G=32.80%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81614400.250.460.6827.5729.624.51
Hex513D2C0192E441c1e19
Octal121755403156104343631
Binary10100011111011011000110011011101000100111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,61,44); }

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

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

 a { background-color: rgb(81,61,44); }

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

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

 span { border-color: rgb(81,61,44); }

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