#533232

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

Shades of Moccaccino #533232

Tints of Moccaccino #533232

Color information

#533232 (or 0x533232) is unknown color: approx Moccaccino. HEX triplet: 53, 32 and 32. RGB value is (83,50,50). Sum of RGB (Red+Green+Blue) = 83+50+50=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #533232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533232 is #ACCDCD. Grayscale: #3B3B3B. Windows color (decimal): -11324878 or 3289683. OLE color: 3289683.

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

Color convert

RGB835050-
CMYK00.400.400.67
HSL24.81%26.08%-
HSV(B)39.76%32.55%-
XYZ5.284.353.58-
YUV59.87122.43144.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=45.36%
G=27.32%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83505000.400.400.67024.8126.08
Hex53323202828430191a
Octal12362620505010303132
Binary10100111100101100100101000101000100001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533232; }

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

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

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

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

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

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

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

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