#533231

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

Shades of Moccaccino #533231

Tints of Moccaccino #533231

Color information

#533231 (or 0x533231) is unknown color: approx Moccaccino. HEX triplet: 53, 32 and 31. RGB value is (83,50,49). Sum of RGB (Red+Green+Blue) = 83+50+49=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #533231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533231 is #ACCDCE. Grayscale: #3B3B3B. Windows color (decimal): -11324879 or 3224147. OLE color: 3224147.

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

Color convert

RGB835049-
CMYK00.400.410.67
HSL1.76º25.76%25.88%-
HSV(B)1.76º40.96%32.55%-
XYZ5.264.343.47-
YUV59.75121.93144.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=45.60%
G=27.47%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83504900.400.410.671.7625.7625.88
Hex533231028294321a1a
Octal12362610505110323232
Binary101001111001011000101010001010011000011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533231; }

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

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

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

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

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

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

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

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