#553330

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

Shades of Moccaccino #553330

Tints of Moccaccino #553330

Color information

#553330 (or 0x553330) is unknown color: approx Moccaccino. HEX triplet: 55, 33 and 30. RGB value is (85,51,48). Sum of RGB (Red+Green+Blue) = 85+51+48=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #553330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553330 is #AACCCF. Grayscale: #3C3C3C. Windows color (decimal): -11193552 or 3158869. OLE color: 3158869.

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

Color convert

RGB855148-
CMYK00.400.440.67
HSL4.86º27.82%26.08%-
HSV(B)4.86º43.53%33.33%-
XYZ5.464.513.38-
YUV60.82120.76145.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=46.20%
G=27.72%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85514800.400.440.674.8627.8226.08
Hex5533300282C4351c1a
Octal12563600505410353432
Binary1010101110011110000010100010110010000111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553330; }

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

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

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

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

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

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

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

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