#292414

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

Shades of Maire #292414

Tints of Maire #292414

Color information

#292414 (or 0x292414) is unknown color: approx Maire. HEX triplet: 29, 24 and 14. RGB value is (41,36,20). Sum of RGB (Red+Green+Blue) = 41+36+20=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #292414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292414 is #D6DBEB. Grayscale: #232323. Windows color (decimal): -14081004 or 1319977. OLE color: 1319977.

HSL color Cylindrical-coordinate representation of color #292414: hue angle of 45.71º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292414 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB413620-
CMYK00.120.510.84
HSL45.71º34.43%11.96%-
HSV(B)45.71º51.22%16.08%-
XYZ1.671.780.92-
YUV35.67119.16131.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.27%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=42.27%
G=37.11%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41362000.120.510.8445.7134.4311.96
Hex2924140C33542e22c
Octal51442401463124564214
Binary101001100100101000110011001110101001011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292414; }

 p { color: rgb(41,36,20); }

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

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

 a { background-color: rgb(41,36,20); }

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

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

 span { border-color: rgb(41,36,20); }

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