#532C26

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

Shades of Moccaccino #532C26

Tints of Moccaccino #532C26

Color information

#532C26 (or 0x532C26) is unknown color: approx Moccaccino. HEX triplet: 53, 2C and 26. RGB value is (83,44,38). Sum of RGB (Red+Green+Blue) = 83+44+38=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #532C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C26 is #ACD3D9. Grayscale: #373737. Windows color (decimal): -11326426 or 2501715. OLE color: 2501715.

HSL color Cylindrical-coordinate representation of color #532C26: hue angle of 8º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #532C26 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB834438-
CMYK00.470.540.67
HSL37.19%23.73%-
HSV(B)54.22%32.55%-
XYZ4.823.782.31-
YUV54.98118.42147.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 44 (17.58% from 255) = 26.67%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=50.30%
G=26.67%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83443800.470.540.67837.1923.73
Hex532C2602F364382518
Octal123544605766103104530
Binary101001110110010011001011111101101000011100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,44,38); }

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

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

 a { background-color: rgb(83,44,38); }

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

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

 span { border-color: rgb(83,44,38); }

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