Html Css Color HEX #563130 Moccaccino

📋 copy color: '#563130'

red 86 ◦ green 49 ◦ blue 48

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

Shades of Moccaccino #563130

Tints of Moccaccino #563130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.23%

R = 46.99%
G = 26.78%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#563130 (or 0x563130) is known color: Moccaccino. HEX triplet: 56, 31 and 30. RGB value is (86,49,48). Sum of RGB (Red+Green+Blue) = 86+49+48=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #563130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563130 is #A9CECF. Grayscale: #3B3B3B. Windows color (decimal): -11128528 or 3158358. OLE color: 3158358.

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

Color convert

RGB 86 49 48 -
CMYK 0 0.43 0.44 0.66
HSL 1.58º 0.28% 0.26% -
HSV(B) 1.58º 0.44% 0.34% -
XYZ 5.47 4.39 3.36 -
YUV 59.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 86 49 48 0 0.43 0.44 0.66 1.58 0.28 0.26
Hex 56 31 30 0 2B 2C 42 2 1C 1A
Octal 126 61 60 0 53 54 102 2 34 32
Binary 1010110 110001 110000 0 101011 101100 1000010 10 11100 11010

Color Harmonies of #563130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563130

Black with #563130

Text Example


Text Example

White with #563130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563130; }

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

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

background-color css

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

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

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

border-color css

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

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

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