#513F23

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

Shades of Deep Bronze #513F23

Tints of Deep Bronze #513F23

Color information

#513F23 (or 0x513F23) is unknown color: approx Deep Bronze. HEX triplet: 51, 3F and 23. RGB value is (81,63,35). Sum of RGB (Red+Green+Blue) = 81+63+35=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #513F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F23 is #AEC0DC. Grayscale: #414141. Windows color (decimal): -11452637 or 2309969. OLE color: 2309969.

HSL color Cylindrical-coordinate representation of color #513F23: hue angle of 36.52º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513F23 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB816335-
CMYK00.220.570.68
HSL36.52º39.66%22.75%-
HSV(B)36.52º56.79%31.76%-
XYZ5.475.432.35-
YUV65.19110.96139.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 63 (25% from 255) = 35.20%
BLUE value IS 35 (14.06% from 255) = 19.55%
R=45.25%
G=35.20%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81633500.220.570.6836.5239.6622.75
Hex513F230163944252817
Octal121774302671104455027
Binary1010001111111100011010110111001100010010010110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,63,35); }

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

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

 a { background-color: rgb(81,63,35); }

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

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

 span { border-color: rgb(81,63,35); }

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