#2C2816

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

Shades of Maire #2C2816

Tints of Maire #2C2816

Color information

#2C2816 (or 0x2C2816) is unknown color: approx Maire. HEX triplet: 2C, 28 and 16. RGB value is (44,40,22). Sum of RGB (Red+Green+Blue) = 44+40+22=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2816 is #D3D7E9. Grayscale: #272727. Windows color (decimal): -13883370 or 1452076. OLE color: 1452076.

HSL color Cylindrical-coordinate representation of color #2C2816: hue angle of 49.09º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C2816 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.83.

Color convert

RGB444022-
CMYK00.090.50.83
HSL49.09º33.33%12.94%-
HSV(B)49.09º50%17.25%-
XYZ1.942.111.06-
YUV39.14118.33131.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 41.51%
GREEN value IS 40 (16.02% from 255) = 37.74%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=41.51%
G=37.74%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44402200.090.50.8349.0933.3312.94
Hex2C28160932533121d
Octal54502601162123614115
Binary101100101000101100100111001010100111100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C2816; }

 p { color: rgb(44,40,22); }

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

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

 a { background-color: rgb(44,40,22); }

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

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

 span { border-color: rgb(44,40,22); }

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