#562D2A

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

Shades of Moccaccino #562D2A

Tints of Moccaccino #562D2A

Color information

#562D2A (or 0x562D2A) is unknown color: approx Moccaccino. HEX triplet: 56, 2D and 2A. RGB value is (86,45,42). Sum of RGB (Red+Green+Blue) = 86+45+42=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #562D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562D2A is #A9D2D5. Grayscale: #383838. Windows color (decimal): -11129558 or 2764118. OLE color: 2764118.

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

Color convert

RGB864542-
CMYK00.480.510.66
HSL4.09º34.38%25.1%-
HSV(B)4.09º51.16%33.73%-
XYZ5.194.022.69-
YUV56.92119.58148.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=49.71%
G=26.01%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86454200.480.510.664.0934.3825.1
Hex562D2A030334242219
Octal12655520606310244231
Binary10101101011011010100110000110011100001010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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