#532D27

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

Shades of Moccaccino #532D27

Tints of Moccaccino #532D27

Color information

#532D27 (or 0x532D27) is unknown color: approx Moccaccino. HEX triplet: 53, 2D and 27. RGB value is (83,45,39). Sum of RGB (Red+Green+Blue) = 83+45+39=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #532D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D27 is #ACD2D8. Grayscale: #373737. Windows color (decimal): -11326169 or 2567507. OLE color: 2567507.

HSL color Cylindrical-coordinate representation of color #532D27: hue angle of 8.18º 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 #532D27 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB834539-
CMYK00.460.530.67
HSL8.18º36.07%23.92%-
HSV(B)8.18º53.01%32.55%-
XYZ4.873.862.41-
YUV55.68118.59147.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=49.70%
G=26.95%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83453900.460.530.678.1836.0723.92
Hex532D2702E354382418
Octal123554705665103104430
Binary101001110110110011101011101101011000011100010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532D27; }

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

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

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

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

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

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

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

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