#563030

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

Shades of Moccaccino #563030

Tints of Moccaccino #563030

Color information

#563030 (or 0x563030) is unknown color: approx Moccaccino. HEX triplet: 56, 30 and 30. RGB value is (86,48,48). Sum of RGB (Red+Green+Blue) = 86+48+48=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #563030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563030 is #A9CFCF. Grayscale: #3B3B3B. Windows color (decimal): -11128784 or 3158102. OLE color: 3158102.

HSL color Cylindrical-coordinate representation of color #563030: hue angle of 0º 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 #563030 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB864848-
CMYK00.440.440.66
HSL28.36%26.27%-
HSV(B)44.19%33.73%-
XYZ5.434.313.34-
YUV59.36121.59147-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=47.25%
G=26.37%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86484800.440.440.66028.3626.27
Hex56303002C2C4201c1a
Octal12660600545410203432
Binary10101101100001100000101100101100100001001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563030; }

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

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

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

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

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

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

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

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