#292516

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

Shades of Maire #292516

Tints of Maire #292516

Color information

#292516 (or 0x292516) is unknown color: approx Maire. HEX triplet: 29, 25 and 16. RGB value is (41,37,22). Sum of RGB (Red+Green+Blue) = 41+37+22=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #292516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292516 is #D6DAE9. Grayscale: #242424. Windows color (decimal): -14080746 or 1451305. OLE color: 1451305.

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

Color convert

RGB413722-
CMYK00.100.460.84
HSL47.37º30.16%12.35%-
HSV(B)47.37º46.34%16.08%-
XYZ1.721.851.03-
YUV36.49119.83131.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 22 (8.98% from 255) = 22%
R=41%
G=37%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41372200.100.460.8447.3730.1612.35
Hex2925160A2E542f1ec
Octal51452601256124573614
Binary10100110010110110010101011101010100101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292516; }

 p { color: rgb(41,37,22); }

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

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

 a { background-color: rgb(41,37,22); }

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

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

 span { border-color: rgb(41,37,22); }

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