#563026

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

Shades of Moccaccino #563026

Tints of Moccaccino #563026

Color information

#563026 (or 0x563026) is unknown color: approx Moccaccino. HEX triplet: 56, 30 and 26. RGB value is (86,48,38). Sum of RGB (Red+Green+Blue) = 86+48+38=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #563026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563026 is #A9CFD9. Grayscale: #3A3A3A. Windows color (decimal): -11128794 or 2502742. OLE color: 2502742.

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

Color convert

RGB864838-
CMYK00.440.560.66
HSL12.5º38.71%24.31%-
HSV(B)12.5º55.81%33.73%-
XYZ5.244.232.37-
YUV58.22116.59147.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=50%
G=27.91%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86483800.440.560.6612.538.7124.31
Hex56302602C3842d2718
Octal126604605470102154730
Binary101011011000010011001011001110001000010110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563026; }

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

 H1.HeaderClassName
 {
   color: #563026;
 }
 .AnyTagClassName
 {
   color: #563026;
 }
</style>
background-color css

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

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

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

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

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

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