#513D2D

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

Shades of Deep Bronze #513D2D

Tints of Deep Bronze #513D2D

Color information

#513D2D (or 0x513D2D) is unknown color: approx Deep Bronze. HEX triplet: 51, 3D and 2D. RGB value is (81,61,45). Sum of RGB (Red+Green+Blue) = 81+61+45=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D2D is #AEC2D2. Grayscale: #414141. Windows color (decimal): -11453139 or 2964817. OLE color: 2964817.

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

Color convert

RGB816145-
CMYK00.250.440.68
HSL26.67º28.57%24.71%-
HSV(B)26.67º44.44%31.76%-
XYZ5.545.283.21-
YUV65.16116.63139.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=43.32%
G=32.62%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81614500.250.440.6826.6728.5724.71
Hex513D2D0192C441b1d19
Octal121755503154104333531
Binary10100011111011011010110011011001000100110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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