#522B27

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

Shades of Moccaccino #522B27

Tints of Moccaccino #522B27

Color information

#522B27 (or 0x522B27) is unknown color: approx Moccaccino. HEX triplet: 52, 2B and 27. RGB value is (82,43,39). Sum of RGB (Red+Green+Blue) = 82+43+39=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #522B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B27 is #ADD4D8. Grayscale: #363636. Windows color (decimal): -11392217 or 2566994. OLE color: 2566994.

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

Color convert

RGB824339-
CMYK00.480.520.68
HSL5.58º35.54%23.73%-
HSV(B)5.58º52.44%32.16%-
XYZ4.713.672.38-
YUV54.2119.42147.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=50%
G=26.22%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82433900.480.520.685.5835.5423.73
Hex522B27030344462418
Octal12253470606410464430
Binary10100101010111001110110000110100100010011010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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