Html Css Color HEX #594942 Saddle

📋 copy color: '#594942'

red 89 ◦ green 73 ◦ blue 66

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

Shades of Saddle #594942

Tints of Saddle #594942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.02%

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

R = 39.04%
G = 32.02%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#594942 (or 0x594942) is known color: Saddle. HEX triplet: 59, 49 and 42. RGB value is (89,73,66). Sum of RGB (Red+Green+Blue) = 89+73+66=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #594942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594942 is #A6B6BD. Grayscale: #4D4D4D. Windows color (decimal): -10925758 or 4344153. OLE color: 4344153.

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

Color convert

RGB 89 73 66 -
CMYK 0 0.18 0.26 0.65
HSL 18.26º 0.15% 0.3% -
HSV(B) 18.26º 0.26% 0.35% -
XYZ 7.49 7.28 6.17 -
YUV 76.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 89 73 66 0 0.18 0.26 0.65 18.26 0.15 0.3
Hex 59 49 42 0 12 1A 41 12 F 1E
Octal 131 111 102 0 22 32 101 22 17 36
Binary 1011001 1001001 1000010 0 10010 11010 1000001 10010 1111 11110

Color Harmonies of #594942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594942

Black with #594942

Text Example


Text Example

White with #594942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594942; }

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

 H1.HeaderClassName
 {
   color: #594942;
 }
 .AnyTagClassName
 {
   color: #594942;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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