Html Css Color HEX #574549 Emperor

📋 copy color: '#574549'

red 87 ◦ green 69 ◦ blue 73

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

Shades of Emperor #574549

Tints of Emperor #574549

RGB

 RED value IS 87 (34.38% from 255) = 37.99%

 GREEN value IS 69 (27.34% from 255) = 30.13%

 BLUE value IS 73 (28.91% from 255) = 31.88%

R = 37.99%
G = 30.13%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#574549 (or 0x574549) is known color: Emperor. HEX triplet: 57, 45 and 49. RGB value is (87,69,73). Sum of RGB (Red+Green+Blue) = 87+69+73=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #574549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574549 is #A8BAB6. Grayscale: #4A4A4A. Windows color (decimal): -11057847 or 4801879. OLE color: 4801879.

HSL color Cylindrical-coordinate representation of color #574549: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #574549 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 69 73 -
CMYK 0 0.21 0.16 0.66
HSL 346.67º 0.12% 0.31% -
HSV(B) 346.67º 0.21% 0.34% -
XYZ 7.26 6.76 7.23 -
YUV 74.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 87 69 73 0 0.21 0.16 0.66 346.67 0.12 0.31
Hex 57 45 49 0 15 10 42 15B C 1F
Octal 127 105 111 0 25 20 102 533 14 37
Binary 1010111 1000101 1001001 0 10101 10000 1000010 101011011 1100 11111

Color Harmonies of #574549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574549

Black with #574549

Text Example


Text Example

White with #574549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574549; }

 p { color: rgb(87,69,73); }

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

background-color css

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

 a { background-color: rgb(87,69,73); }

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

border-color css

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

 span { border-color: rgb(87,69,73); }

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