#553029

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

Shades of Moccaccino #553029

Tints of Moccaccino #553029

Color information

#553029 (or 0x553029) is unknown color: approx Moccaccino. HEX triplet: 55, 30 and 29. RGB value is (85,48,41). Sum of RGB (Red+Green+Blue) = 85+48+41=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553029 is #AACFD6. Grayscale: #3A3A3A. Windows color (decimal): -11194327 or 2699349. OLE color: 2699349.

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

Color convert

RGB854841-
CMYK00.440.520.67
HSL9.55º34.92%24.71%-
HSV(B)9.55º51.76%33.33%-
XYZ5.24.212.64-
YUV58.26118.26147.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 41 (16.41% from 255) = 23.56%
R=48.85%
G=27.59%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85484100.440.520.679.5534.9224.71
Hex55302902C3443a2319
Octal125605105464103124331
Binary101010111000010100101011001101001000011101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553029; }

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

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

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

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

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

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

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

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