#502828

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

Shades of Moccaccino #502828

Tints of Moccaccino #502828

Color information

#502828 (or 0x502828) is unknown color: approx Moccaccino. HEX triplet: 50, 28 and 28. RGB value is (80,40,40). Sum of RGB (Red+Green+Blue) = 80+40+40=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #502828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502828 is #AFD7D7. Grayscale: #333333. Windows color (decimal): -11524056 or 2631760. OLE color: 2631760.

HSL color Cylindrical-coordinate representation of color #502828: hue angle of 0º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502828 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB804040-
CMYK00.50.50.69
HSL33.33%23.53%-
HSV(B)50%31.37%-
XYZ4.453.382.42-
YUV51.96121.25148-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 40 (16.02% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80404000.50.50.69033.3323.53
Hex502828032324502118
Octal12050500626210504130
Binary101000010100010100001100101100101000101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502828; }

 p { color: rgb(80,40,40); }

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

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

 a { background-color: rgb(80,40,40); }

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

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

 span { border-color: rgb(80,40,40); }

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