#573531

Color #573531 Redwood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Redwood #573531

Tints of Redwood #573531

Color information

#573531 (or 0x573531) is unknown color: approx Redwood. HEX triplet: 57, 35 and 31. RGB value is (87,53,49). Sum of RGB (Red+Green+Blue) = 87+53+49=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #573531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573531 is #A8CACE. Grayscale: #3E3E3E. Windows color (decimal): -11061967 or 3224919. OLE color: 3224919.

HSL color Cylindrical-coordinate representation of color #573531: hue angle of 6.32º 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 #573531 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB875349-
CMYK00.390.440.66
HSL6.32º27.94%26.67%-
HSV(B)6.32º43.68%34.12%-
XYZ5.764.793.53-
YUV62.71120.26145.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=46.03%
G=28.04%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87534900.390.440.666.3227.9426.67
Hex5735310272C4261c1b
Octal12765610475410263433
Binary1010111110101110001010011110110010000101101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573531; }

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

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

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

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

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

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

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

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