#553E41

Color #553E41 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #553E41

Tints of Emperor #553E41

Color information

#553E41 (or 0x553E41) is unknown color: approx Emperor. HEX triplet: 55, 3E and 41. RGB value is (85,62,65). Sum of RGB (Red+Green+Blue) = 85+62+65=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #553E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E41 is #AAC1BE. Grayscale: #454545. Windows color (decimal): -11190719 or 4275797. OLE color: 4275797.

HSL color Cylindrical-coordinate representation of color #553E41: hue angle of 352.17º 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 #553E41 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB856265-
CMYK00.270.240.67
HSL352.17º15.65%28.82%-
HSV(B)352.17º27.06%33.33%-
XYZ6.425.765.77-
YUV69.22125.62139.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=40.09%
G=29.25%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85626500.270.240.67352.1715.6528.82
Hex553E4101B1843160101d
Octal12576101033301035402035
Binary101010111111010000010110111100010000111011000001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #553E41;
 }
 .AnyTagClassName
 {
   color: #553E41;
 }
</style>
background-color css

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

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

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

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

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

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