Html Css Color HEX #552C2A Moccaccino

📋 copy color: '#552C2A'

red 85 ◦ green 44 ◦ blue 42

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

Shades of Moccaccino #552C2A

Tints of Moccaccino #552C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.56%

R = 49.71%
G = 25.73%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#552C2A (or 0x552C2A) is known color: Moccaccino. HEX triplet: 55, 2C and 2A. RGB value is (85,44,42). Sum of RGB (Red+Green+Blue) = 85+44+42=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C2A is #AAD3D5. Grayscale: #383838. Windows color (decimal): -11195350 or 2763861. OLE color: 2763861.

HSL color Cylindrical-coordinate representation of color #552C2A: hue angle of 2.79º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552C2A is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 42 -
CMYK 0 0.48 0.51 0.67
HSL 2.79º 0.34% 0.25% -
HSV(B) 2.79º 0.51% 0.33% -
XYZ 5.06 3.9 2.68 -
YUV 56.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 85 44 42 0 0.48 0.51 0.67 2.79 0.34 0.25
Hex 55 2C 2A 0 30 33 43 3 22 19
Octal 125 54 52 0 60 63 103 3 42 31
Binary 1010101 101100 101010 0 110000 110011 1000011 11 100010 11001

Color Harmonies of #552C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C2A

Black with #552C2A

Text Example


Text Example

White with #552C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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