#594542

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

Shades of Woody Brown #594542

Tints of Woody Brown #594542

Color information

#594542 (or 0x594542) is unknown color: approx Woody Brown. HEX triplet: 59, 45 and 42. RGB value is (89,69,66). Sum of RGB (Red+Green+Blue) = 89+69+66=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #594542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594542 is #A6BABD. Grayscale: #4A4A4A. Windows color (decimal): -10926782 or 4343129. OLE color: 4343129.

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

Color convert

RGB896966-
CMYK00.220.260.65
HSL7.83º14.84%30.39%-
HSV(B)7.83º25.84%34.9%-
XYZ7.236.776.08-
YUV74.64123.13138.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.73%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 66 (26.17% from 255) = 29.46%
R=39.73%
G=30.80%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89696600.220.260.657.8314.8430.39
Hex5945420161A418f1e
Octal13110510202632101101736
Binary1011001100010110000100101101101010000011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594542; }

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

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

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

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

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

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

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

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