#512A26

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

Shades of Moccaccino #512A26

Tints of Moccaccino #512A26

Color information

#512A26 (or 0x512A26) is unknown color: approx Moccaccino. HEX triplet: 51, 2A and 26. RGB value is (81,42,38). Sum of RGB (Red+Green+Blue) = 81+42+38=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #512A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A26 is #AED5D9. Grayscale: #353535. Windows color (decimal): -11458010 or 2501201. OLE color: 2501201.

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

Color convert

RGB814238-
CMYK00.480.530.68
HSL5.58º36.13%23.33%-
HSV(B)5.58º53.09%31.76%-
XYZ4.573.552.28-
YUV53.2119.42147.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=50.31%
G=26.09%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81423800.480.530.685.5836.1323.33
Hex512A26030354462417
Octal12152460606510464427
Binary10100011010101001100110000110101100010011010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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