#573128

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

Shades of Redwood #573128

Tints of Redwood #573128

Color information

#573128 (or 0x573128) is unknown color: approx Redwood. HEX triplet: 57, 31 and 28. RGB value is (87,49,40). Sum of RGB (Red+Green+Blue) = 87+49+40=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #573128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573128 is #A8CED7. Grayscale: #3B3B3B. Windows color (decimal): -11063000 or 2634071. OLE color: 2634071.

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

Color convert

RGB874940-
CMYK00.440.540.66
HSL11.49º37.01%24.9%-
HSV(B)11.49º54.02%34.12%-
XYZ5.414.382.57-
YUV59.34117.09147.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 40 (16.02% from 255) = 22.73%
R=49.43%
G=27.84%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87494000.440.540.6611.4937.0124.9
Hex57312802C3642b2519
Octal127615005466102134531
Binary101011111000110100001011001101101000010101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573128; }

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

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

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

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

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

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

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

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