#552A29

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

Shades of Moccaccino #552A29

Tints of Moccaccino #552A29

Color information

#552A29 (or 0x552A29) is unknown color: approx Moccaccino. HEX triplet: 55, 2A and 29. RGB value is (85,42,41). Sum of RGB (Red+Green+Blue) = 85+42+41=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #552A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A29 is #AAD5D6. Grayscale: #363636. Windows color (decimal): -11195863 or 2697813. OLE color: 2697813.

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

Color convert

RGB854241-
CMYK00.510.520.67
HSL1.36º34.92%24.71%-
HSV(B)1.36º51.76%33.33%-
XYZ4.973.752.56-
YUV54.74120.25149.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=50.60%
G=25%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85424100.510.520.671.3634.9224.71
Hex552A29033344312319
Octal12552510636410314331
Binary101010110101010100101100111101001000011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552A29; }

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

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

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

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

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

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

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

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