Html Css Color HEX #55312C Moccaccino

📋 copy color: '#55312C'

red 85 ◦ green 49 ◦ blue 44

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

Shades of Moccaccino #55312C

Tints of Moccaccino #55312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.53%

 BLUE value IS 44 (17.58% from 255) = 24.72%

R = 47.75%
G = 27.53%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55312C (or 0x55312C) is known color: Moccaccino. HEX triplet: 55, 31 and 2C. RGB value is (85,49,44). Sum of RGB (Red+Green+Blue) = 85+49+44=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55312C is #AACED3. Grayscale: #3B3B3B. Windows color (decimal): -11194068 or 2896213. OLE color: 2896213.

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

Color convert

RGB 85 49 44 -
CMYK 0 0.42 0.48 0.67
HSL 7.32º 0.32% 0.25% -
HSV(B) 7.32º 0.48% 0.33% -
XYZ 5.3 4.31 2.94 -
YUV 59.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 85 49 44 0 0.42 0.48 0.67 7.32 0.32 0.25
Hex 55 31 2C 0 2A 30 43 7 20 19
Octal 125 61 54 0 52 60 103 7 40 31
Binary 1010101 110001 101100 0 101010 110000 1000011 111 100000 11001

Color Harmonies of #55312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55312C

Black with #55312C

Text Example


Text Example

White with #55312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55312C; }

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

 H1.HeaderClassName
 {
   color: #55312C;
 }
 .AnyTagClassName
 {
   color: #55312C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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