#502B2A

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

Shades of Moccaccino #502B2A

Tints of Moccaccino #502B2A

Color information

#502B2A (or 0x502B2A) is unknown color: approx Moccaccino. HEX triplet: 50, 2B and 2A. RGB value is (80,43,42). Sum of RGB (Red+Green+Blue) = 80+43+42=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #502B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B2A is #AFD4D5. Grayscale: #353535. Windows color (decimal): -11523286 or 2763600. OLE color: 2763600.

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

Color convert

RGB804342-
CMYK00.460.480.69
HSL1.58º31.15%23.92%-
HSV(B)1.58º47.5%31.37%-
XYZ4.593.62.64-
YUV53.95121.26146.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=48.48%
G=26.06%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80434200.460.480.691.5831.1523.92
Hex502B2A02E304521f18
Octal12053520566010523730
Binary101000010101110101001011101100001000101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502B2A; }

 p { color: rgb(80,43,42); }

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

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

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

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

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

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

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