Html Css Color HEX #594C4E Don Juan

📋 copy color: '#594C4E'

red 89 ◦ green 76 ◦ blue 78

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

Shades of Don Juan #594C4E

Tints of Don Juan #594C4E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.28%

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 36.63%
G = 31.28%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#594C4E (or 0x594C4E) is known color: Don Juan. HEX triplet: 59, 4C and 4E. RGB value is (89,76,78). Sum of RGB (Red+Green+Blue) = 89+76+78=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #594C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594C4E is #A6B3B1. Grayscale: #505050. Windows color (decimal): -10924978 or 5131353. OLE color: 5131353.

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

Color convert

RGB 89 76 78 -
CMYK 0 0.15 0.12 0.65
HSL 350.77º 0.08% 0.32% -
HSV(B) 350.77º 0.15% 0.35% -
XYZ 8.08 7.84 8.3 -
YUV 80.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 89 76 78 0 0.15 0.12 0.65 350.77 0.08 0.32
Hex 59 4C 4E 0 F C 41 15F 8 20
Octal 131 114 116 0 17 14 101 537 10 40
Binary 1011001 1001100 1001110 0 1111 1100 1000001 101011111 1000 100000

Color Harmonies of #594C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C4E

Black with #594C4E

Text Example


Text Example

White with #594C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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