#573932

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

Shades of Redwood #573932

Tints of Redwood #573932

Color information

#573932 (or 0x573932) is unknown color: approx Redwood. HEX triplet: 57, 39 and 32. RGB value is (87,57,50). Sum of RGB (Red+Green+Blue) = 87+57+50=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #573932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573932 is #A8C6CD. Grayscale: #414141. Windows color (decimal): -11060942 or 3291479. OLE color: 3291479.

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

Color convert

RGB875750-
CMYK00.340.430.66
HSL11.35º27.01%26.86%-
HSV(B)11.35º42.53%34.12%-
XYZ5.975.183.7-
YUV65.17119.44143.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 50 (19.92% from 255) = 25.77%
R=44.85%
G=29.38%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87575000.340.430.6611.3527.0126.86
Hex5739320222B42b1b1b
Octal127716204253102133333
Binary10101111110011100100100010101011100001010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573932; }

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

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

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

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

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

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

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

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