#573126

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

Shades of Redwood #573126

Tints of Redwood #573126

Color information

#573126 (or 0x573126) is unknown color: approx Redwood. HEX triplet: 57, 31 and 26. RGB value is (87,49,38). Sum of RGB (Red+Green+Blue) = 87+49+38=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #573126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573126 is #A8CED9. Grayscale: #3B3B3B. Windows color (decimal): -11063002 or 2502999. OLE color: 2502999.

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

Color convert

RGB874938-
CMYK00.440.560.66
HSL13.47º39.2%24.51%-
HSV(B)13.47º56.32%34.12%-
XYZ5.384.362.39-
YUV59.11116.09147.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=50%
G=28.16%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87493800.440.560.6613.4739.224.51
Hex57312602C3842d2719
Octal127614605470102154731
Binary101011111000110011001011001110001000010110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573126; }

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

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

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

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

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

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

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

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