Html Css Color HEX #552D29 Moccaccino

📋 copy color: '#552D29'

red 85 ◦ green 45 ◦ blue 41

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

Shades of Moccaccino #552D29

Tints of Moccaccino #552D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.32%

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

R = 49.71%
G = 26.32%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#552D29 (or 0x552D29) is known color: Moccaccino. HEX triplet: 55, 2D and 29. RGB value is (85,45,41). Sum of RGB (Red+Green+Blue) = 85+45+41=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D29 is #AAD2D6. Grayscale: #383838. Windows color (decimal): -11195095 or 2698581. OLE color: 2698581.

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

Color convert

RGB 85 45 41 -
CMYK 0 0.47 0.52 0.67
HSL 5.45º 0.35% 0.25% -
HSV(B) 5.45º 0.52% 0.33% -
XYZ 5.08 3.97 2.6 -
YUV 56.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 85 45 41 0 0.47 0.52 0.67 5.45 0.35 0.25
Hex 55 2D 29 0 2F 34 43 5 23 19
Octal 125 55 51 0 57 64 103 5 43 31
Binary 1010101 101101 101001 0 101111 110100 1000011 101 100011 11001

Color Harmonies of #552D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D29

Black with #552D29

Text Example


Text Example

White with #552D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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