#553027

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

Shades of Moccaccino #553027

Tints of Moccaccino #553027

Color information

#553027 (or 0x553027) is unknown color: approx Moccaccino. HEX triplet: 55, 30 and 27. RGB value is (85,48,39). Sum of RGB (Red+Green+Blue) = 85+48+39=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #553027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553027 is #AACFD8. Grayscale: #3A3A3A. Windows color (decimal): -11194329 or 2568277. OLE color: 2568277.

HSL color Cylindrical-coordinate representation of color #553027: hue angle of 11.74º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #553027 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB854839-
CMYK00.440.540.67
HSL11.74º37.1%24.31%-
HSV(B)11.74º54.12%33.33%-
XYZ5.174.192.46-
YUV58.04117.26147.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=49.42%
G=27.91%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85483900.440.540.6711.7437.124.31
Hex55302702C3643c2518
Octal125604705466103144530
Binary101010111000010011101011001101101000011110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553027; }

 p { color: rgb(85,48,39); }

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

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

 a { background-color: rgb(85,48,39); }

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

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

 span { border-color: rgb(85,48,39); }

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