#53302F

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

Shades of Moccaccino #53302F

Tints of Moccaccino #53302F

Color information

#53302F (or 0x53302F) is unknown color: approx Moccaccino. HEX triplet: 53, 30 and 2F. RGB value is (83,48,47). Sum of RGB (Red+Green+Blue) = 83+48+47=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53302F is #ACCFD0. Grayscale: #3A3A3A. Windows color (decimal): -11325393 or 3092563. OLE color: 3092563.

HSL color Cylindrical-coordinate representation of color #53302F: hue angle of 1.67º 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 #53302F is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB834847-
CMYK00.420.430.67
HSL1.67º27.69%25.49%-
HSV(B)1.67º43.37%32.55%-
XYZ5.144.163.22-
YUV58.35121.6145.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=46.63%
G=26.97%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83484700.420.430.671.6727.6925.49
Hex53302F02A2B4321c19
Octal12360570525310323431
Binary101001111000010111101010101010111000011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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