#532828

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

Shades of Moccaccino #532828

Tints of Moccaccino #532828

Color information

#532828 (or 0x532828) is unknown color: approx Moccaccino. HEX triplet: 53, 28 and 28. RGB value is (83,40,40). Sum of RGB (Red+Green+Blue) = 83+40+40=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #532828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532828 is #ACD7D7. Grayscale: #343434. Windows color (decimal): -11327448 or 2631763. OLE color: 2631763.

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

Color convert

RGB834040-
CMYK00.520.520.67
HSL34.96%24.12%-
HSV(B)51.81%32.55%-
XYZ4.713.512.44-
YUV52.86120.75149.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=50.92%
G=24.54%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83404000.520.520.67034.9624.12
Hex532828034344302318
Octal12350500646410304330
Binary101001110100010100001101001101001000011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532828; }

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

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

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

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

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

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

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

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