#553030

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

Shades of Moccaccino #553030

Tints of Moccaccino #553030

Color information

#553030 (or 0x553030) is unknown color: approx Moccaccino. HEX triplet: 55, 30 and 30. RGB value is (85,48,48). Sum of RGB (Red+Green+Blue) = 85+48+48=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #553030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553030 is #AACFCF. Grayscale: #3B3B3B. Windows color (decimal): -11194320 or 3158101. OLE color: 3158101.

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

Color convert

RGB854848-
CMYK00.440.440.67
HSL27.82%26.08%-
HSV(B)43.53%33.33%-
XYZ5.344.263.34-
YUV59.06121.76146.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=46.96%
G=26.52%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85484800.440.440.67027.8226.08
Hex55303002C2C4301c1a
Octal12560600545410303432
Binary10101011100001100000101100101100100001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553030; }

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

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

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

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

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

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

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

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