#573732

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

Shades of Redwood #573732

Tints of Redwood #573732

Color information

#573732 (or 0x573732) is unknown color: approx Redwood. HEX triplet: 57, 37 and 32. RGB value is (87,55,50). Sum of RGB (Red+Green+Blue) = 87+55+50=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #573732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573732 is #A8C8CD. Grayscale: #404040. Windows color (decimal): -11061454 or 3290967. OLE color: 3290967.

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

Color convert

RGB875550-
CMYK00.370.430.66
HSL8.11º27.01%26.86%-
HSV(B)8.11º42.53%34.12%-
XYZ5.874.993.67-
YUV64120.1144.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 50 (19.92% from 255) = 26.04%
R=45.31%
G=28.65%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87555000.370.430.668.1127.0126.86
Hex5737320252B4281b1b
Octal127676204553102103333
Binary10101111101111100100100101101011100001010001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573732; }

 p { color: rgb(87,55,50); }

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

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

 a { background-color: rgb(87,55,50); }

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

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

 span { border-color: rgb(87,55,50); }

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