#292518

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

Shades of Maire #292518

Tints of Maire #292518

Color information

#292518 (or 0x292518) is unknown color: approx Maire. HEX triplet: 29, 25 and 18. RGB value is (41,37,24). Sum of RGB (Red+Green+Blue) = 41+37+24=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 41 - color contains mainly: red. Hex color #292518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292518 is #D6DAE7. Grayscale: #242424. Windows color (decimal): -14080744 or 1582377. OLE color: 1582377.

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

Color convert

RGB413724-
CMYK00.100.410.84
HSL45.88º26.15%12.75%-
HSV(B)45.88º41.46%16.08%-
XYZ1.741.861.13-
YUV36.71120.83131.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=40.20%
G=36.27%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41372400.100.410.8445.8826.1512.75
Hex2925180A29542e1ad
Octal51453001251124563215
Binary10100110010111000010101010011010100101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292518; }

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

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

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

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

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

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

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

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