Html Css Color HEX #552C29 Moccaccino

📋 copy color: '#552C29'

red 85 ◦ green 44 ◦ blue 41

#552C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moccaccino #552C29

Tints of Moccaccino #552C29

RGB

 RED value IS 85 (33.59% from 255) = 50%

 GREEN value IS 44 (17.58% from 255) = 25.88%

 BLUE value IS 41 (16.41% from 255) = 24.12%

R = 50%
G = 25.88%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#552C29 (or 0x552C29) is known color: Moccaccino. HEX triplet: 55, 2C and 29. RGB value is (85,44,41). Sum of RGB (Red+Green+Blue) = 85+44+41=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #552C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C29 is #AAD3D6. Grayscale: #373737. Windows color (decimal): -11195351 or 2698325. OLE color: 2698325.

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

Color convert

RGB 85 44 41 -
CMYK 0 0.48 0.52 0.67
HSL 4.09º 0.35% 0.25% -
HSV(B) 4.09º 0.52% 0.33% -
XYZ 5.05 3.89 2.58 -
YUV 55.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 85 44 41 0 0.48 0.52 0.67 4.09 0.35 0.25
Hex 55 2C 29 0 30 34 43 4 23 19
Octal 125 54 51 0 60 64 103 4 43 31
Binary 1010101 101100 101001 0 110000 110100 1000011 100 100011 11001

Color Harmonies of #552C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C29

Black with #552C29

Text Example


Text Example

White with #552C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #552C29;
 }
 .AnyTagClassName
 {
   color: #552C29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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