#573D31

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

Shades of Very Dark Brown #573D31

Tints of Very Dark Brown #573D31

Color information

#573D31 (or 0x573D31) is unknown color: approx Very Dark Brown. HEX triplet: 57, 3D and 31. RGB value is (87,61,49). Sum of RGB (Red+Green+Blue) = 87+61+49=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #573D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D31 is #A8C2CE. Grayscale: #434343. Windows color (decimal): -11059919 or 3226967. OLE color: 3226967.

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

Color convert

RGB876149-
CMYK00.300.440.66
HSL18.95º27.94%26.67%-
HSV(B)18.95º43.68%34.12%-
XYZ6.155.593.66-
YUV67.41117.61141.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=44.16%
G=30.96%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87614900.300.440.6618.9527.9426.67
Hex573D3101E2C42131c1b
Octal127756103654102233433
Binary10101111111011100010111101011001000010100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,61,49); }

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

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

 a { background-color: rgb(87,61,49); }

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

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

 span { border-color: rgb(87,61,49); }

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