#573F20

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

Shades of Deep Bronze #573F20

Tints of Deep Bronze #573F20

Color information

#573F20 (or 0x573F20) is unknown color: approx Deep Bronze. HEX triplet: 57, 3F and 20. RGB value is (87,63,32). Sum of RGB (Red+Green+Blue) = 87+63+32=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #573F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F20 is #A8C0DF. Grayscale: #424242. Windows color (decimal): -11059424 or 2113367. OLE color: 2113367.

HSL color Cylindrical-coordinate representation of color #573F20: hue angle of 33.82º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #573F20 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB876332-
CMYK00.280.630.66
HSL33.82º46.22%23.33%-
HSV(B)33.82º63.22%34.12%-
XYZ5.975.692.15-
YUV66.64108.45142.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=47.80%
G=34.62%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87633200.280.630.6633.8246.2223.33
Hex573F2001C3F42222e17
Octal127774003477102425627
Binary1010111111111100000011100111111100001010001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573F20; }

 p { color: rgb(87,63,32); }

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

<style>
 a { background-color: #573F20; }

 a { background-color: rgb(87,63,32); }

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

<style>
 span { border-color: #573F20; }

 span { border-color: rgb(87,63,32); }

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