Html Css Color HEX #553E44 Emperor

📋 copy color: '#553E44'

red 85 ◦ green 62 ◦ blue 68

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

Shades of Emperor #553E44

Tints of Emperor #553E44

RGB

 RED value IS 85 (33.59% from 255) = 39.53%

 GREEN value IS 62 (24.61% from 255) = 28.84%

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 39.53%
G = 28.84%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#553E44 (or 0x553E44) is known color: Emperor. HEX triplet: 55, 3E and 44. RGB value is (85,62,68). Sum of RGB (Red+Green+Blue) = 85+62+68=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #553E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E44 is #AAC1BB. Grayscale: #454545. Windows color (decimal): -11190716 or 4472405. OLE color: 4472405.

HSL color Cylindrical-coordinate representation of color #553E44: hue angle of 344.35º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #553E44 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 62 68 -
CMYK 0 0.27 0.20 0.67
HSL 344.35º 0.16% 0.29% -
HSV(B) 344.35º 0.27% 0.33% -
XYZ 6.51 5.79 6.24 -
YUV 69.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 85 62 68 0 0.27 0.20 0.67 344.35 0.16 0.29
Hex 55 3E 44 0 1B 14 43 158 10 1D
Octal 125 76 104 0 33 24 103 530 20 35
Binary 1010101 111110 1000100 0 11011 10100 1000011 101011000 10000 11101

Color Harmonies of #553E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E44

Black with #553E44

Text Example


Text Example

White with #553E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553E44; }

 p { color: rgb(85,62,68); }

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

background-color css

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

 a { background-color: rgb(85,62,68); }

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

border-color css

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

 span { border-color: rgb(85,62,68); }

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