Html Css Color HEX #594245 Emperor

📋 copy color: '#594245'

red 89 ◦ green 66 ◦ blue 69

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

Shades of Emperor #594245

Tints of Emperor #594245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.46%

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

R = 39.73%
G = 29.46%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#594245 (or 0x594245) is known color: Emperor. HEX triplet: 59, 42 and 45. RGB value is (89,66,69). Sum of RGB (Red+Green+Blue) = 89+66+69=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #594245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594245 is #A6BDBA. Grayscale: #494949. Windows color (decimal): -10927547 or 4538969. OLE color: 4538969.

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

Color convert

RGB 89 66 69 -
CMYK 0 0.26 0.22 0.65
HSL 352.17º 0.15% 0.3% -
HSV(B) 352.17º 0.26% 0.35% -
XYZ 7.14 6.45 6.5 -
YUV 73.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 89 66 69 0 0.26 0.22 0.65 352.17 0.15 0.3
Hex 59 42 45 0 1A 16 41 160 F 1E
Octal 131 102 105 0 32 26 101 540 17 36
Binary 1011001 1000010 1000101 0 11010 10110 1000001 101100000 1111 11110

Color Harmonies of #594245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594245

Black with #594245

Text Example


Text Example

White with #594245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594245; }

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

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

background-color css

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

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

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

border-color css

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

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

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