#292812

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

Shades of Maire #292812

Tints of Maire #292812

Color information

#292812 (or 0x292812) is unknown color: approx Maire. HEX triplet: 29, 28 and 12. RGB value is (41,40,18). Sum of RGB (Red+Green+Blue) = 41+40+18=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 41 - color contains mainly: red. Hex color #292812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292812 is #D6D7ED. Grayscale: #252525. Windows color (decimal): -14079982 or 1189929. OLE color: 1189929.

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

Color convert

RGB414018-
CMYK00.020.560.84
HSL57.39º38.98%11.57%-
HSV(B)57.39º56.1%16.08%-
XYZ1.782.030.87-
YUV37.79116.83130.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=41.41%
G=40.40%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41401800.020.560.8457.3938.9811.57
Hex2928120238543927c
Octal5150220270124714714
Binary1010011010001001001011100010101001110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292812; }

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

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

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

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

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

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

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

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