#573127

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

Shades of Redwood #573127

Tints of Redwood #573127

Color information

#573127 (or 0x573127) is unknown color: approx Redwood. HEX triplet: 57, 31 and 27. RGB value is (87,49,39). Sum of RGB (Red+Green+Blue) = 87+49+39=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #573127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573127 is #A8CED8. Grayscale: #3B3B3B. Windows color (decimal): -11063001 or 2568535. OLE color: 2568535.

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

Color convert

RGB874939-
CMYK00.440.550.66
HSL12.5º38.1%24.71%-
HSV(B)12.5º55.17%34.12%-
XYZ5.44.372.48-
YUV59.22116.59147.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=49.71%
G=28%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87493900.440.550.6612.538.124.71
Hex57312702C3742c2619
Octal127614705467102144631
Binary101011111000110011101011001101111000010110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573127; }

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

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

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

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

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

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

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

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