#513D29

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

Shades of Deep Bronze #513D29

Tints of Deep Bronze #513D29

Color information

#513D29 (or 0x513D29) is unknown color: approx Deep Bronze. HEX triplet: 51, 3D and 29. RGB value is (81,61,41). Sum of RGB (Red+Green+Blue) = 81+61+41=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #513D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D29 is #AEC2D6. Grayscale: #404040. Windows color (decimal): -11453143 or 2702673. OLE color: 2702673.

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

Color convert

RGB816141-
CMYK00.250.490.68
HSL30º32.79%23.92%-
HSV(B)30º49.38%31.76%-
XYZ5.465.252.82-
YUV64.7114.63139.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=44.26%
G=33.33%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81614100.250.490.683032.7923.92
Hex513D2901931441e2118
Octal121755103161104364130
Binary101000111110110100101100111000110001001111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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