#292413

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

Shades of Maire #292413

Tints of Maire #292413

Color information

#292413 (or 0x292413) is unknown color: approx Maire. HEX triplet: 29, 24 and 13. RGB value is (41,36,19). Sum of RGB (Red+Green+Blue) = 41+36+19=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #292413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292413 is #D6DBEC. Grayscale: #232323. Windows color (decimal): -14081005 or 1254441. OLE color: 1254441.

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

Color convert

RGB413619-
CMYK00.120.540.84
HSL46.36º36.67%11.76%-
HSV(B)46.36º53.66%16.08%-
XYZ1.661.780.87-
YUV35.56118.66131.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=42.71%
G=37.5%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41361900.120.540.8446.3636.6711.76
Hex2924130C36542e25c
Octal51442301466124564514
Binary101001100100100110110011011010101001011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292413; }

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

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

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

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

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

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

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

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