#53312F

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

Shades of Moccaccino #53312F

Tints of Moccaccino #53312F

Color information

#53312F (or 0x53312F) is unknown color: approx Moccaccino. HEX triplet: 53, 31 and 2F. RGB value is (83,49,47). Sum of RGB (Red+Green+Blue) = 83+49+47=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53312F is #ACCED0. Grayscale: #3A3A3A. Windows color (decimal): -11325137 or 3092819. OLE color: 3092819.

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

Color convert

RGB834947-
CMYK00.410.430.67
HSL3.33º27.69%25.49%-
HSV(B)3.33º43.37%32.55%-
XYZ5.184.243.23-
YUV58.94121.26145.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=46.37%
G=27.37%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83494700.410.430.673.3327.6925.49
Hex53312F0292B4331c19
Octal12361570515310333431
Binary101001111000110111101010011010111000011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53312F; }

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

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

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

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

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

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

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

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