#292512

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

Shades of Maire #292512

Tints of Maire #292512

Color information

#292512 (or 0x292512) is unknown color: approx Maire. HEX triplet: 29, 25 and 12. RGB value is (41,37,18). Sum of RGB (Red+Green+Blue) = 41+37+18=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #292512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292512 is #D6DAED. Grayscale: #242424. Windows color (decimal): -14080750 or 1189161. OLE color: 1189161.

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

Color convert

RGB413718-
CMYK00.100.560.84
HSL49.57º38.98%11.57%-
HSV(B)49.57º56.1%16.08%-
XYZ1.691.840.84-
YUV36.03117.83131.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=42.71%
G=38.54%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41371800.100.560.8449.5738.9811.57
Hex2925120A38543227c
Octal51452201270124624714
Binary101001100101100100101011100010101001100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292512; }

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

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

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

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

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

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

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

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