#573F16

Color #573F16 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #573F16

Tints of Dark Brown #573F16

Color information

#573F16 (or 0x573F16) is unknown color: approx Dark Brown. HEX triplet: 57, 3F and 16. RGB value is (87,63,22). Sum of RGB (Red+Green+Blue) = 87+63+22=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #573F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573F16 is #A8C0E9. Grayscale: #414141. Windows color (decimal): -11059434 or 1458007. OLE color: 1458007.

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

Color convert

RGB876322-
CMYK00.280.750.66
HSL37.85º59.63%21.37%-
HSV(B)37.85º74.71%34.12%-
XYZ5.855.641.54-
YUV65.5103.45143.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=50.58%
G=36.63%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87632200.280.750.6637.8559.6321.37
Hex573F1601C4B42263c15
Octal1277726034113102467425
Binary1010111111111101100111001001011100001010011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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