#554548

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

Shades of Emperor #554548

Tints of Emperor #554548

Color information

#554548 (or 0x554548) is unknown color: approx Emperor. HEX triplet: 55, 45 and 48. RGB value is (85,69,72). Sum of RGB (Red+Green+Blue) = 85+69+72=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554548 is #AABAB7. Grayscale: #4A4A4A. Windows color (decimal): -11188920 or 4736341. OLE color: 4736341.

HSL color Cylindrical-coordinate representation of color #554548: hue angle of 348.75º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554548 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB856972-
CMYK00.190.150.67
HSL348.75º10.39%30.2%-
HSV(B)348.75º18.82%33.33%-
XYZ7.046.667.04-
YUV74.13126.8135.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=37.61%
G=30.53%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85697200.190.150.67348.7510.3930.2
Hex554548013F4315da1e
Octal125105110023171035351236
Binary10101011000101100100001001111111000011101011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554548; }

 p { color: rgb(85,69,72); }

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

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

 a { background-color: rgb(85,69,72); }

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

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

 span { border-color: rgb(85,69,72); }

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