Html Css Color HEX #594142 Emperor

📋 copy color: '#594142'

red 89 ◦ green 65 ◦ blue 66

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

Shades of Emperor #594142

Tints of Emperor #594142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.55%

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

R = 40.45%
G = 29.55%
B = 30%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#594142 (or 0x594142) is known color: Emperor. HEX triplet: 59, 41 and 42. RGB value is (89,65,66). Sum of RGB (Red+Green+Blue) = 89+65+66=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #594142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594142 is #A6BEBD. Grayscale: #484848. Windows color (decimal): -10927806 or 4342105. OLE color: 4342105.

HSL color Cylindrical-coordinate representation of color #594142: hue angle of 357.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #594142 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 65 66 -
CMYK 0 0.27 0.26 0.65
HSL 357.5º 0.16% 0.3% -
HSV(B) 357.5º 0.27% 0.35% -
XYZ 6.99 6.3 6 -
YUV 72.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 89 65 66 0 0.27 0.26 0.65 357.5 0.16 0.3
Hex 59 41 42 0 1B 1A 41 166 10 1E
Octal 131 101 102 0 33 32 101 546 20 36
Binary 1011001 1000001 1000010 0 11011 11010 1000001 101100110 10000 11110

Color Harmonies of #594142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594142

Black with #594142

Text Example


Text Example

White with #594142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594142; }

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

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

background-color css

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

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

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

border-color css

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

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

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