#562F2A

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

Shades of Moccaccino #562F2A

Tints of Moccaccino #562F2A

Color information

#562F2A (or 0x562F2A) is unknown color: approx Moccaccino. HEX triplet: 56, 2F and 2A. RGB value is (86,47,42). Sum of RGB (Red+Green+Blue) = 86+47+42=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #562F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F2A is #A9D0D5. Grayscale: #3A3A3A. Windows color (decimal): -11129046 or 2764630. OLE color: 2764630.

HSL color Cylindrical-coordinate representation of color #562F2A: hue angle of 6.82º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #562F2A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB864742-
CMYK00.450.510.66
HSL6.82º34.38%25.1%-
HSV(B)6.82º51.16%33.73%-
XYZ5.274.182.72-
YUV58.09118.92147.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 42 (16.80% from 255) = 24%
R=49.14%
G=26.86%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86474200.450.510.666.8234.3825.1
Hex562F2A02D334272219
Octal12657520556310274231
Binary10101101011111010100101101110011100001011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562F2A; }

 p { color: rgb(86,47,42); }

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

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

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

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

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

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

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