#512C29

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

Shades of Moccaccino #512C29

Tints of Moccaccino #512C29

Color information

#512C29 (or 0x512C29) is unknown color: approx Moccaccino. HEX triplet: 51, 2C and 29. RGB value is (81,44,41). Sum of RGB (Red+Green+Blue) = 81+44+41=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #512C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C29 is #AED3D6. Grayscale: #363636. Windows color (decimal): -11457495 or 2698321. OLE color: 2698321.

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

Color convert

RGB814441-
CMYK00.460.490.68
HSL4.5º32.79%23.92%-
HSV(B)4.5º49.38%31.76%-
XYZ4.693.712.57-
YUV54.72120.26146.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 44 (17.58% from 255) = 26.51%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=48.80%
G=26.51%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81444100.460.490.684.532.7923.92
Hex512C2902E314452118
Octal12154510566110454130
Binary10100011011001010010101110110001100010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,44,41); }

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

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

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

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

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

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

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