Html Css Color HEX #594145 Emperor

📋 copy color: '#594145'

red 89 ◦ green 65 ◦ blue 69

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

Shades of Emperor #594145

Tints of Emperor #594145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.94%

R = 39.91%
G = 29.15%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#594145 (or 0x594145) is known color: Emperor. HEX triplet: 59, 41 and 45. RGB value is (89,65,69). Sum of RGB (Red+Green+Blue) = 89+65+69=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 89 - color contains mainly: red. Hex color #594145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594145 is #A6BEBA. Grayscale: #484848. Windows color (decimal): -10927803 or 4538713. OLE color: 4538713.

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

Color convert

RGB 89 65 69 -
CMYK 0 0.27 0.22 0.65
HSL 350º 0.16% 0.3% -
HSV(B) 350º 0.27% 0.35% -
XYZ 7.08 6.33 6.48 -
YUV 72.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 89 65 69 0 0.27 0.22 0.65 350 0.16 0.3
Hex 59 41 45 0 1B 16 41 15E 10 1E
Octal 131 101 105 0 33 26 101 536 20 36
Binary 1011001 1000001 1000101 0 11011 10110 1000001 101011110 10000 11110

Color Harmonies of #594145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594145

Black with #594145

Text Example


Text Example

White with #594145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594145; }

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

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

background-color css

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

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

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

border-color css

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

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

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