Html Css Color HEX #574448 Emperor

📋 copy color: '#574448'

red 87 ◦ green 68 ◦ blue 72

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

Shades of Emperor #574448

Tints of Emperor #574448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 38.33%
G = 29.96%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#574448 (or 0x574448) is known color: Emperor. HEX triplet: 57, 44 and 48. RGB value is (87,68,72). Sum of RGB (Red+Green+Blue) = 87+68+72=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 87 - color contains mainly: red. Hex color #574448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574448 is #A8BBB7. Grayscale: #4A4A4A. Windows color (decimal): -11058104 or 4736087. OLE color: 4736087.

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

Color convert

RGB 87 68 72 -
CMYK 0 0.22 0.17 0.66
HSL 347.37º 0.12% 0.3% -
HSV(B) 347.37º 0.22% 0.34% -
XYZ 7.17 6.63 7.03 -
YUV 74.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 87 68 72 0 0.22 0.17 0.66 347.37 0.12 0.3
Hex 57 44 48 0 16 11 42 15B C 1E
Octal 127 104 110 0 26 21 102 533 14 36
Binary 1010111 1000100 1001000 0 10110 10001 1000010 101011011 1100 11110

Color Harmonies of #574448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574448

Black with #574448

Text Example


Text Example

White with #574448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574448; }

 p { color: rgb(87,68,72); }

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

background-color css

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

 a { background-color: rgb(87,68,72); }

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

border-color css

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

 span { border-color: rgb(87,68,72); }

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