Html Css Color HEX #563131 Moccaccino

📋 copy color: '#563131'

red 86 ◦ green 49 ◦ blue 49

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

Shades of Moccaccino #563131

Tints of Moccaccino #563131

RGB

 RED value IS 86 (33.98% from 255) = 46.74%

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

 BLUE value IS 49 (19.53% from 255) = 26.63%

R = 46.74%
G = 26.63%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#563131 (or 0x563131) is known color: Moccaccino. HEX triplet: 56, 31 and 31. RGB value is (86,49,49). Sum of RGB (Red+Green+Blue) = 86+49+49=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #563131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563131 is #A9CECE. Grayscale: #3C3C3C. Windows color (decimal): -11128527 or 3223894. OLE color: 3223894.

HSL color Cylindrical-coordinate representation of color #563131: hue angle of 0º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #563131 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 49 49 -
CMYK 0 0.43 0.43 0.66
HSL 0.27% 0.26% -
HSV(B) 0.43% 0.34% -
XYZ 5.49 4.4 3.47 -
YUV 60.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 86 49 49 0 0.43 0.43 0.66 0 0.27 0.26
Hex 56 31 31 0 2B 2B 42 0 1B 1A
Octal 126 61 61 0 53 53 102 0 33 32
Binary 1010110 110001 110001 0 101011 101011 1000010 0 11011 11010

Color Harmonies of #563131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563131

Black with #563131

Text Example


Text Example

White with #563131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563131; }

 p { color: rgb(86,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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