#52302F

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

Shades of Moccaccino #52302F

Tints of Moccaccino #52302F

Color information

#52302F (or 0x52302F) is unknown color: approx Moccaccino. HEX triplet: 52, 30 and 2F. RGB value is (82,48,47). Sum of RGB (Red+Green+Blue) = 82+48+47=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52302F is #ADCFD0. Grayscale: #3A3A3A. Windows color (decimal): -11390929 or 3092562. OLE color: 3092562.

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

Color convert

RGB824847-
CMYK00.410.430.68
HSL1.71º27.13%25.29%-
HSV(B)1.71º42.68%32.16%-
XYZ5.054.113.22-
YUV58.05121.76145.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=46.33%
G=27.12%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82484700.410.430.681.7127.1325.29
Hex52302F0292B4421b19
Octal12260570515310423331
Binary101001011000010111101010011010111000100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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