#513E2D

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

Shades of Deep Bronze #513E2D

Tints of Deep Bronze #513E2D

Color information

#513E2D (or 0x513E2D) is unknown color: approx Deep Bronze. HEX triplet: 51, 3E and 2D. RGB value is (81,62,45). Sum of RGB (Red+Green+Blue) = 81+62+45=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #513E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E2D is #AEC1D2. Grayscale: #414141. Windows color (decimal): -11452883 or 2965073. OLE color: 2965073.

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

Color convert

RGB816245-
CMYK00.230.440.68
HSL28.33º28.57%24.71%-
HSV(B)28.33º44.44%31.76%-
XYZ5.595.383.23-
YUV65.74116.29138.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=43.09%
G=32.98%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81624500.230.440.6828.3328.5724.71
Hex513E2D0172C441c1d19
Octal121765502754104343531
Binary10100011111101011010101111011001000100111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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