#573228

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

Shades of Redwood #573228

Tints of Redwood #573228

Color information

#573228 (or 0x573228) is unknown color: approx Redwood. HEX triplet: 57, 32 and 28. RGB value is (87,50,40). Sum of RGB (Red+Green+Blue) = 87+50+40=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #573228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573228 is #A8CDD7. Grayscale: #3B3B3B. Windows color (decimal): -11062744 or 2634327. OLE color: 2634327.

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

Color convert

RGB875040-
CMYK00.430.540.66
HSL12.77º37.01%24.9%-
HSV(B)12.77º54.02%34.12%-
XYZ5.454.462.58-
YUV59.92116.76147.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=49.15%
G=28.25%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87504000.430.540.6612.7737.0124.9
Hex57322802B3642d2519
Octal127625005366102154531
Binary101011111001010100001010111101101000010110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573228; }

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

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

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

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

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

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

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

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