#573431

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

Shades of Redwood #573431

Tints of Redwood #573431

Color information

#573431 (or 0x573431) is unknown color: approx Redwood. HEX triplet: 57, 34 and 31. RGB value is (87,52,49). Sum of RGB (Red+Green+Blue) = 87+52+49=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #573431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573431 is #A8CBCE. Grayscale: #3E3E3E. Windows color (decimal): -11062223 or 3224663. OLE color: 3224663.

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

Color convert

RGB875249-
CMYK00.400.440.66
HSL4.74º27.94%26.67%-
HSV(B)4.74º43.68%34.12%-
XYZ5.714.73.51-
YUV62.12120.6145.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=46.28%
G=27.66%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87524900.400.440.664.7427.9426.67
Hex5734310282C4251c1b
Octal12764610505410253433
Binary1010111110100110001010100010110010000101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573431; }

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

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

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

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

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

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

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

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