Html Css Color HEX #594F4A Saddle

📋 copy color: '#594F4A'

red 89 ◦ green 79 ◦ blue 74

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

Shades of Saddle #594F4A

Tints of Saddle #594F4A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.64%

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 36.78%
G = 32.64%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#594F4A (or 0x594F4A) is known color: Saddle. HEX triplet: 59, 4F and 4A. RGB value is (89,79,74). Sum of RGB (Red+Green+Blue) = 89+79+74=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #594F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F4A is #A6B0B5. Grayscale: #515151. Windows color (decimal): -10924214 or 4869977. OLE color: 4869977.

HSL color Cylindrical-coordinate representation of color #594F4A: hue angle of 20º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #594F4A is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 79 74 -
CMYK 0 0.11 0.17 0.65
HSL 20º 0.09% 0.32% -
HSV(B) 20º 0.17% 0.35% -
XYZ 8.15 8.21 7.63 -
YUV 81.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 89 79 74 0 0.11 0.17 0.65 20 0.09 0.32
Hex 59 4F 4A 0 B 11 41 14 9 20
Octal 131 117 112 0 13 21 101 24 11 40
Binary 1011001 1001111 1001010 0 1011 10001 1000001 10100 1001 100000

Color Harmonies of #594F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F4A

Black with #594F4A

Text Example


Text Example

White with #594F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594F4A; }

 p { color: rgb(89,79,74); }

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

background-color css

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

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

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

border-color css

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

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

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