#594242

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

Shades of Woody Brown #594242

Tints of Woody Brown #594242

Color information

#594242 (or 0x594242) is unknown color: approx Woody Brown. HEX triplet: 59, 42 and 42. RGB value is (89,66,66). Sum of RGB (Red+Green+Blue) = 89+66+66=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #594242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594242 is #A6BDBD. Grayscale: #484848. Windows color (decimal): -10927550 or 4342361. OLE color: 4342361.

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

Color convert

RGB896666-
CMYK00.260.260.65
HSL14.84%30.39%-
HSV(B)25.84%34.9%-
XYZ7.056.416.02-
YUV72.88124.12139.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.27%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=40.27%
G=29.86%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89666600.260.260.65014.8430.39
Hex59424201A1A410f1e
Octal1311021020323210101736
Binary1011001100001010000100110101101010000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594242; }

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

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

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

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

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

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

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

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