#53302C

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

Shades of Moccaccino #53302C

Tints of Moccaccino #53302C

Color information

#53302C (or 0x53302C) is unknown color: approx Moccaccino. HEX triplet: 53, 30 and 2C. RGB value is (83,48,44). Sum of RGB (Red+Green+Blue) = 83+48+44=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53302C is #ACCFD3. Grayscale: #3A3A3A. Windows color (decimal): -11325396 or 2895955. OLE color: 2895955.

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

Color convert

RGB834844-
CMYK00.420.470.67
HSL6.15º30.71%24.9%-
HSV(B)6.15º46.99%32.55%-
XYZ5.084.132.91-
YUV58.01120.1145.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 44 (17.58% from 255) = 25.14%
R=47.43%
G=27.43%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83484400.420.470.676.1530.7124.9
Hex53302C02A2F4361f19
Octal12360540525710363731
Binary1010011110000101100010101010111110000111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53302C; }

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

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

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

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

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

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

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

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