#573831

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

Shades of Redwood #573831

Tints of Redwood #573831

Color information

#573831 (or 0x573831) is unknown color: approx Redwood. HEX triplet: 57, 38 and 31. RGB value is (87,56,49). Sum of RGB (Red+Green+Blue) = 87+56+49=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #573831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573831 is #A8C7CE. Grayscale: #404040. Windows color (decimal): -11061199 or 3225687. OLE color: 3225687.

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

Color convert

RGB875649-
CMYK00.360.440.66
HSL11.05º27.94%26.67%-
HSV(B)11.05º43.68%34.12%-
XYZ5.95.083.57-
YUV64.47119.27144.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 49 (19.53% from 255) = 25.52%
R=45.31%
G=29.17%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87564900.360.440.6611.0527.9426.67
Hex5738310242C42b1c1b
Octal127706104454102133433
Binary10101111110001100010100100101100100001010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573831; }

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

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

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

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

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

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

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

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