#522927

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

Shades of Moccaccino #522927

Tints of Moccaccino #522927

Color information

#522927 (or 0x522927) is unknown color: approx Moccaccino. HEX triplet: 52, 29 and 27. RGB value is (82,41,39). Sum of RGB (Red+Green+Blue) = 82+41+39=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #522927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522927 is #ADD6D8. Grayscale: #353535. Windows color (decimal): -11392729 or 2566482. OLE color: 2566482.

HSL color Cylindrical-coordinate representation of color #522927: hue angle of 2.79º 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 #522927 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB824139-
CMYK00.500.520.68
HSL2.79º35.54%23.73%-
HSV(B)2.79º52.44%32.16%-
XYZ4.643.532.36-
YUV53.03120.08148.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=50.62%
G=25.31%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82413900.500.520.682.7935.5423.73
Hex522927032344432418
Octal12251470626410434430
Binary1010010101001100111011001011010010001001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522927; }

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

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

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

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

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

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

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

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