#522C2C

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

Shades of Moccaccino #522C2C

Tints of Moccaccino #522C2C

Color information

#522C2C (or 0x522C2C) is unknown color: approx Moccaccino. HEX triplet: 52, 2C and 2C. RGB value is (82,44,44). Sum of RGB (Red+Green+Blue) = 82+44+44=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #522C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C2C is #ADD3D3. Grayscale: #373737. Windows color (decimal): -11391956 or 2894930. OLE color: 2894930.

HSL color Cylindrical-coordinate representation of color #522C2C: hue angle of 0º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #522C2C is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB824444-
CMYK00.460.460.68
HSL30.16%24.71%-
HSV(B)46.34%32.16%-
XYZ4.833.782.86-
YUV55.36121.59147-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=48.24%
G=25.88%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82444400.460.460.68030.1624.71
Hex522C2C02E2E4401e19
Octal12254540565610403631
Binary10100101011001011000101110101110100010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522C2C; }

 p { color: rgb(82,44,44); }

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

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

 a { background-color: rgb(82,44,44); }

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

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

 span { border-color: rgb(82,44,44); }

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