Html Css Color HEX #553E41 Emperor

📋 copy color: '#553E41'

red 85 ◦ green 62 ◦ blue 65

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

Shades of Emperor #553E41

Tints of Emperor #553E41

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 value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#553E41 (or 0x553E41) is known color: 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

RGB 85 62 65 -
CMYK 0 0.27 0.24 0.67
HSL 352.17º 0.16% 0.29% -
HSV(B) 352.17º 0.27% 0.33% -
XYZ 6.42 5.76 5.77 -
YUV 69.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 85 62 65 0 0.27 0.24 0.67 352.17 0.16 0.29
Hex 55 3E 41 0 1B 18 43 160 10 1D
Octal 125 76 101 0 33 30 103 540 20 35
Binary 1010101 111110 1000001 0 11011 11000 1000011 101100000 10000 11101

Color Harmonies of #553E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E41

Black with #553E41

Text Example


Text Example

White with #553E41

Text Example


Text Example

HTML Codes & Css Web 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>