Html Css Color HEX #594542 Woody Brown

📋 copy color: '#594542'

red 89 ◦ green 69 ◦ blue 66

#594542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woody Brown #594542

Tints of Woody Brown #594542

RGB

 RED value IS 89 (35.16% from 255) = 39.73%

 GREEN value IS 69 (27.34% from 255) = 30.8%

 BLUE value IS 66 (26.17% from 255) = 29.46%

R = 39.73%
G = 30.8%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#594542 (or 0x594542) is known color: 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

RGB 89 69 66 -
CMYK 0 0.22 0.26 0.65
HSL 7.83º 0.15% 0.3% -
HSV(B) 7.83º 0.26% 0.35% -
XYZ 7.23 6.77 6.08 -
YUV 74.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 89 69 66 0 0.22 0.26 0.65 7.83 0.15 0.3
Hex 59 45 42 0 16 1A 41 8 F 1E
Octal 131 105 102 0 26 32 101 10 17 36
Binary 1011001 1000101 1000010 0 10110 11010 1000001 1000 1111 11110

Color Harmonies of #594542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594542

Black with #594542

Text Example


Text Example

White with #594542

Text Example


Text Example

HTML Codes & Css Web 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>