#292412

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

Shades of Maire #292412

Tints of Maire #292412

Color information

#292412 (or 0x292412) is unknown color: approx Maire. HEX triplet: 29, 24 and 12. RGB value is (41,36,18). Sum of RGB (Red+Green+Blue) = 41+36+18=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 41 - color contains mainly: red. Hex color #292412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292412 is #D6DBED. Grayscale: #232323. Windows color (decimal): -14081006 or 1188905. OLE color: 1188905.

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

Color convert

RGB413618-
CMYK00.120.560.84
HSL46.96º38.98%11.57%-
HSV(B)46.96º56.1%16.08%-
XYZ1.651.780.83-
YUV35.44118.16131.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.16%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=43.16%
G=37.89%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41361800.120.560.8446.9638.9811.57
Hex2924120C38542f27c
Octal51442201470124574714
Binary101001100100100100110011100010101001011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292412; }

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

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

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

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

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

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

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

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