#563130

Color #563130 Moccaccino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moccaccino #563130

Tints of Moccaccino #563130

Color information

#563130 (or 0x563130) is unknown color: approx 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

RGB864948-
CMYK00.430.440.66
HSL1.58º28.36%26.27%-
HSV(B)1.58º44.19%33.73%-
XYZ5.474.393.36-
YUV59.95121.26146.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86494800.430.440.661.5828.3626.27
Hex56313002B2C4221c1a
Octal12661600535410223432
Binary101011011000111000001010111011001000010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>