#292511

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

Shades of Maire #292511

Tints of Maire #292511

Color information

#292511 (or 0x292511) is unknown color: approx Maire. HEX triplet: 29, 25 and 11. RGB value is (41,37,17). Sum of RGB (Red+Green+Blue) = 41+37+17=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 41 - color contains mainly: red. Hex color #292511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292511 is #D6DAEE. Grayscale: #232323. Windows color (decimal): -14080751 or 1123625. OLE color: 1123625.

HSL color Cylindrical-coordinate representation of color #292511: hue angle of 50º 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 #292511 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB413717-
CMYK00.100.590.84
HSL50º41.38%11.37%-
HSV(B)50º58.54%16.08%-
XYZ1.681.840.8-
YUV35.92117.33131.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.16%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=43.16%
G=38.95%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41371700.100.590.845041.3811.37
Hex2925110A3B543229b
Octal51452101273124625113
Binary101001100101100010101011101110101001100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292511; }

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

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

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

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

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

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

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

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