#523030

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

Shades of Moccaccino #523030

Tints of Moccaccino #523030

Color information

#523030 (or 0x523030) is unknown color: approx Moccaccino. HEX triplet: 52, 30 and 30. RGB value is (82,48,48). Sum of RGB (Red+Green+Blue) = 82+48+48=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #523030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523030 is #ADCFCF. Grayscale: #3A3A3A. Windows color (decimal): -11390928 or 3158098. OLE color: 3158098.

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

Color convert

RGB824848-
CMYK00.410.410.68
HSL26.15%25.49%-
HSV(B)41.46%32.16%-
XYZ5.074.123.32-
YUV58.17122.26145-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=46.07%
G=26.97%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82484800.410.410.68026.1525.49
Hex523030029294401a19
Octal12260600515110403231
Binary10100101100001100000101001101001100010001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523030; }

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

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

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

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

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

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

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

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