#512A2A

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

Shades of Moccaccino #512A2A

Tints of Moccaccino #512A2A

Color information

#512A2A (or 0x512A2A) is unknown color: approx Moccaccino. HEX triplet: 51, 2A and 2A. RGB value is (81,42,42). Sum of RGB (Red+Green+Blue) = 81+42+42=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #512A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A2A is #AED5D5. Grayscale: #353535. Windows color (decimal): -11458006 or 2763345. OLE color: 2763345.

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

Color convert

RGB814242-
CMYK00.480.480.68
HSL31.71%24.12%-
HSV(B)48.15%31.76%-
XYZ4.643.572.64-
YUV53.66121.42147.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=49.09%
G=25.45%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81424200.480.480.68031.7124.12
Hex512A2A030304402018
Octal12152520606010404030
Binary101000110101010101001100001100001000100010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512A2A; }

 p { color: rgb(81,42,42); }

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

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

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

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

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

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

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