#562A2A

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

Shades of Moccaccino #562A2A

Tints of Moccaccino #562A2A

Color information

#562A2A (or 0x562A2A) is unknown color: approx Moccaccino. HEX triplet: 56, 2A and 2A. RGB value is (86,42,42). Sum of RGB (Red+Green+Blue) = 86+42+42=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #562A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562A2A is #A9D5D5. Grayscale: #373737. Windows color (decimal): -11130326 or 2763350. OLE color: 2763350.

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

Color convert

RGB864242-
CMYK00.510.510.66
HSL34.38%25.1%-
HSV(B)51.16%33.73%-
XYZ5.083.82.66-
YUV55.16120.58150-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=50.59%
G=24.71%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86424200.510.510.66034.3825.1
Hex562A2A033334202219
Octal12652520636310204231
Binary101011010101010101001100111100111000010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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