#573F1B

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

Shades of Dark Brown #573F1B

Tints of Dark Brown #573F1B

Color information

#573F1B (or 0x573F1B) is unknown color: approx Dark Brown. HEX triplet: 57, 3F and 1B. RGB value is (87,63,27). Sum of RGB (Red+Green+Blue) = 87+63+27=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #573F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F1B is #A8C0E4. Grayscale: #424242. Windows color (decimal): -11059429 or 1785687. OLE color: 1785687.

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

Color convert

RGB876327-
CMYK00.280.690.66
HSL36º52.63%22.35%-
HSV(B)36º68.97%34.12%-
XYZ5.915.661.82-
YUV66.07105.95142.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=49.15%
G=35.59%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87632700.280.690.663652.6322.35
Hex573F1B01C4542243516
Octal1277733034105102446526
Binary1010111111111110110111001000101100001010010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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