#2C2712

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

Shades of Maire #2C2712

Tints of Maire #2C2712

Color information

#2C2712 (or 0x2C2712) is unknown color: approx Maire. HEX triplet: 2C, 27 and 12. RGB value is (44,39,18). Sum of RGB (Red+Green+Blue) = 44+39+18=101 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.56% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2712 is #D3D8ED. Grayscale: #262626. Windows color (decimal): -13883630 or 1189676. OLE color: 1189676.

HSL color Cylindrical-coordinate representation of color #2C2712: hue angle of 48.46º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C2712 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.83.

Color convert

RGB443918-
CMYK00.110.590.83
HSL48.46º41.94%12.16%-
HSV(B)48.46º59.09%17.25%-
XYZ1.872.030.87-
YUV38.1116.66132.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 43.56%
GREEN value IS 39 (15.62% from 255) = 38.61%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=43.56%
G=38.61%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44391800.110.590.8348.4641.9412.16
Hex2C27120B3B53302ac
Octal54472201373123605214
Binary101100100111100100101111101110100111100001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,39,18); }

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

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

 a { background-color: rgb(44,39,18); }

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

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

 span { border-color: rgb(44,39,18); }

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