#2C2613

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

Shades of Maire #2C2613

Tints of Maire #2C2613

Color information

#2C2613 (or 0x2C2613) is unknown color: approx Maire. HEX triplet: 2C, 26 and 13. RGB value is (44,38,19). Sum of RGB (Red+Green+Blue) = 44+38+19=101 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.56% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2613 is #D3D9EC. Grayscale: #252525. Windows color (decimal): -13883885 or 1254956. OLE color: 1254956.

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

Color convert

RGB443819-
CMYK00.140.570.83
HSL45.6º39.68%12.35%-
HSV(B)45.6º56.82%17.25%-
XYZ1.851.970.9-
YUV37.63117.49132.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 43.56%
GREEN value IS 38 (15.23% from 255) = 37.62%
BLUE value IS 19 (7.81% from 255) = 18.81%
R=43.56%
G=37.62%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44381900.140.570.8345.639.6812.35
Hex2C26130E39532e28c
Octal54462301671123565014
Binary101100100110100110111011100110100111011101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,19); }

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

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

 a { background-color: rgb(44,38,19); }

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

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

 span { border-color: rgb(44,38,19); }

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