Html Css Color HEX #594E4B Saddle

📋 copy color: '#594E4B'

red 89 ◦ green 78 ◦ blue 75

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

Shades of Saddle #594E4B

Tints of Saddle #594E4B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.23%

 BLUE value IS 75 (29.69% from 255) = 30.99%

R = 36.78%
G = 32.23%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#594E4B (or 0x594E4B) is known color: Saddle. HEX triplet: 59, 4E and 4B. RGB value is (89,78,75). Sum of RGB (Red+Green+Blue) = 89+78+75=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #594E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E4B is #A6B1B4. Grayscale: #505050. Windows color (decimal): -10924469 or 4935257. OLE color: 4935257.

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

Color convert

RGB 89 78 75 -
CMYK 0 0.12 0.16 0.65
HSL 12.86º 0.09% 0.32% -
HSV(B) 12.86º 0.16% 0.35% -
XYZ 8.11 8.08 7.79 -
YUV 80.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 89 78 75 0 0.12 0.16 0.65 12.86 0.09 0.32
Hex 59 4E 4B 0 C 10 41 D 9 20
Octal 131 116 113 0 14 20 101 15 11 40
Binary 1011001 1001110 1001011 0 1100 10000 1000001 1101 1001 100000

Color Harmonies of #594E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E4B

Black with #594E4B

Text Example


Text Example

White with #594E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,78,75); }

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

background-color css

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

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

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

border-color css

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

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

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