#594442

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

Shades of Woody Brown #594442

Tints of Woody Brown #594442

Color information

#594442 (or 0x594442) is unknown color: approx Woody Brown. HEX triplet: 59, 44 and 42. RGB value is (89,68,66). Sum of RGB (Red+Green+Blue) = 89+68+66=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 89 - color contains mainly: red. Hex color #594442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594442 is #A6BBBD. Grayscale: #4A4A4A. Windows color (decimal): -10927038 or 4342873. OLE color: 4342873.

HSL color Cylindrical-coordinate representation of color #594442: hue angle of 5.22º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #594442 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB896866-
CMYK00.240.260.65
HSL5.22º14.84%30.39%-
HSV(B)5.22º25.84%34.9%-
XYZ7.176.656.06-
YUV74.05123.46138.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.91%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=39.91%
G=30.49%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89686600.240.260.655.2214.8430.39
Hex5944420181A415f1e
Octal1311041020303210151736
Binary101100110001001000010011000110101000001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594442; }

 p { color: rgb(89,68,66); }

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

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

 a { background-color: rgb(89,68,66); }

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

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

 span { border-color: rgb(89,68,66); }

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