#522E2B

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

Shades of Moccaccino #522E2B

Tints of Moccaccino #522E2B

Color information

#522E2B (or 0x522E2B) is unknown color: approx Moccaccino. HEX triplet: 52, 2E and 2B. RGB value is (82,46,43). Sum of RGB (Red+Green+Blue) = 82+46+43=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #522E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522E2B is #ADD1D4. Grayscale: #383838. Windows color (decimal): -11391445 or 2829906. OLE color: 2829906.

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

Color convert

RGB824643-
CMYK00.440.480.68
HSL4.62º31.2%24.51%-
HSV(B)4.62º47.56%32.16%-
XYZ4.893.922.78-
YUV56.42120.43146.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=47.95%
G=26.90%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82464300.440.480.684.6231.224.51
Hex522E2B02C304451f19
Octal12256530546010453731
Binary1010010101110101011010110011000010001001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,46,43); }

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

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

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

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

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

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

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