#502726

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

Shades of Moccaccino #502726

Tints of Moccaccino #502726

Color information

#502726 (or 0x502726) is unknown color: approx Moccaccino. HEX triplet: 50, 27 and 26. RGB value is (80,39,38). Sum of RGB (Red+Green+Blue) = 80+39+38=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #502726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502726 is #AFD8D9. Grayscale: #333333. Windows color (decimal): -11524314 or 2500432. OLE color: 2500432.

HSL color Cylindrical-coordinate representation of color #502726: hue angle of 1.43º 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 #502726 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB803938-
CMYK00.510.520.69
HSL1.43º35.59%23.14%-
HSV(B)1.43º52.5%31.37%-
XYZ4.383.32.24-
YUV51.14120.58148.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=50.96%
G=24.84%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80393800.510.520.691.4335.5923.14
Hex502726033344512417
Octal12047460636410514427
Binary101000010011110011001100111101001000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502726; }

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

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

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

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

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

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

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

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