#56302D

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

Shades of Moccaccino #56302D

Tints of Moccaccino #56302D

Color information

#56302D (or 0x56302D) is unknown color: approx Moccaccino. HEX triplet: 56, 30 and 2D. RGB value is (86,48,45). Sum of RGB (Red+Green+Blue) = 86+48+45=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56302D is #A9CFD2. Grayscale: #3B3B3B. Windows color (decimal): -11128787 or 2961494. OLE color: 2961494.

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

Color convert

RGB864845-
CMYK00.440.480.66
HSL4.39º31.3%25.69%-
HSV(B)4.39º47.67%33.73%-
XYZ5.374.283.03-
YUV59.02120.09147.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=48.04%
G=26.82%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86484500.440.480.664.3931.325.69
Hex56302D02C304241f1a
Octal12660550546010243732
Binary1010110110000101101010110011000010000101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56302D; }

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

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

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

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

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

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

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

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