#502826

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

Shades of Moccaccino #502826

Tints of Moccaccino #502826

Color information

#502826 (or 0x502826) is unknown color: approx Moccaccino. HEX triplet: 50, 28 and 26. RGB value is (80,40,38). Sum of RGB (Red+Green+Blue) = 80+40+38=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #502826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502826 is #AFD7D9. Grayscale: #333333. Windows color (decimal): -11524058 or 2500688. OLE color: 2500688.

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

Color convert

RGB804038-
CMYK00.50.520.69
HSL2.86º35.59%23.14%-
HSV(B)2.86º52.5%31.37%-
XYZ4.423.362.25-
YUV51.73120.25148.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=50.63%
G=25.32%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80403800.50.520.692.8635.5923.14
Hex502826032344532417
Octal12050460626410534427
Binary1010000101000100110011001011010010001011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502826; }

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

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

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

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

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

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

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

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