#2C2913

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

Shades of Maire #2C2913

Tints of Maire #2C2913

Color information

#2C2913 (or 0x2C2913) is unknown color: approx Maire. HEX triplet: 2C, 29 and 13. RGB value is (44,41,19). Sum of RGB (Red+Green+Blue) = 44+41+19=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2913 is #D3D6EC. Grayscale: #272727. Windows color (decimal): -13883117 or 1255724. OLE color: 1255724.

HSL color Cylindrical-coordinate representation of color #2C2913: hue angle of 52.8º 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 #2C2913 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.83.

Color convert

RGB444119-
CMYK00.070.570.83
HSL52.8º39.68%12.35%-
HSV(B)52.8º56.82%17.25%-
XYZ1.952.170.93-
YUV39.39116.49131.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 42.31%
GREEN value IS 41 (16.41% from 255) = 39.42%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=42.31%
G=39.42%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44411900.070.570.8352.839.6812.35
Hex2C29130739533528c
Octal5451230771123655014
Binary10110010100110011011111100110100111101011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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