#2C240E

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

Shades of Maire #2C240E

Tints of Maire #2C240E

Color information

#2C240E (or 0x2C240E) is unknown color: approx Maire. HEX triplet: 2C, 24 and 0E. RGB value is (44,36,14). Sum of RGB (Red+Green+Blue) = 44+36+14=94 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.81% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 44 - color contains mainly: red. Hex color #2C240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C240E is #D3DBF1. Grayscale: #232323. Windows color (decimal): -13884402 or 926764. OLE color: 926764.

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

Color convert

RGB443614-
CMYK00.180.680.83
HSL44º51.72%11.37%-
HSV(B)44º68.18%17.25%-
XYZ1.751.830.68-
YUV35.88115.65133.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 46.81%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 14 (5.86% from 255) = 14.89%
R=46.81%
G=38.30%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44361400.180.680.834451.7211.37
Hex2C24E01244532c34b
Octal544416022104123546413
Binary1011001001001110010010100010010100111011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,36,14); }

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

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

 a { background-color: rgb(44,36,14); }

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

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

 span { border-color: rgb(44,36,14); }

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