#532827

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

Shades of Moccaccino #532827

Tints of Moccaccino #532827

Color information

#532827 (or 0x532827) is unknown color: approx Moccaccino. HEX triplet: 53, 28 and 27. RGB value is (83,40,39). Sum of RGB (Red+Green+Blue) = 83+40+39=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #532827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532827 is #ACD7D8. Grayscale: #343434. Windows color (decimal): -11327449 or 2566227. OLE color: 2566227.

HSL color Cylindrical-coordinate representation of color #532827: hue angle of 1.36º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #532827 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB834039-
CMYK00.520.530.67
HSL1.36º36.07%23.92%-
HSV(B)1.36º53.01%32.55%-
XYZ4.693.52.35-
YUV52.74120.25149.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=51.23%
G=24.69%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83403900.520.530.671.3636.0723.92
Hex532827034354312418
Octal12350470646510314430
Binary101001110100010011101101001101011000011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532827; }

 p { color: rgb(83,40,39); }

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

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

 a { background-color: rgb(83,40,39); }

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

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

 span { border-color: rgb(83,40,39); }

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