#292411

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

Shades of Maire #292411

Tints of Maire #292411

Color information

#292411 (or 0x292411) is unknown color: approx Maire. HEX triplet: 29, 24 and 11. RGB value is (41,36,17). Sum of RGB (Red+Green+Blue) = 41+36+17=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #292411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292411 is #D6DBEE. Grayscale: #232323. Windows color (decimal): -14081007 or 1123369. OLE color: 1123369.

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

Color convert

RGB413617-
CMYK00.120.590.84
HSL47.5º41.38%11.37%-
HSV(B)47.5º58.54%16.08%-
XYZ1.651.770.79-
YUV35.33117.66132.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=43.62%
G=38.30%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41361700.120.590.8447.541.3811.37
Hex2924110C3B543029b
Octal51442101473124605113
Binary101001100100100010110011101110101001100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292411; }

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

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

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

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

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

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

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

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