#573328

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

Shades of Redwood #573328

Tints of Redwood #573328

Color information

#573328 (or 0x573328) is unknown color: approx Redwood. HEX triplet: 57, 33 and 28. RGB value is (87,51,40). Sum of RGB (Red+Green+Blue) = 87+51+40=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #573328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573328 is #A8CCD7. Grayscale: #3C3C3C. Windows color (decimal): -11062488 or 2634583. OLE color: 2634583.

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

Color convert

RGB875140-
CMYK00.410.540.66
HSL14.04º37.01%24.9%-
HSV(B)14.04º54.02%34.12%-
XYZ5.54.552.6-
YUV60.51116.43146.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 40 (16.02% from 255) = 22.47%
R=48.88%
G=28.65%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87514000.410.540.6614.0437.0124.9
Hex5733280293642e2519
Octal127635005166102164531
Binary101011111001110100001010011101101000010111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573328; }

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

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

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

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

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

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

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

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