#292612

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

Shades of Maire #292612

Tints of Maire #292612

Color information

#292612 (or 0x292612) is unknown color: approx Maire. HEX triplet: 29, 26 and 12. RGB value is (41,38,18). Sum of RGB (Red+Green+Blue) = 41+38+18=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #292612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292612 is #D6D9ED. Grayscale: #242424. Windows color (decimal): -14080494 or 1189417. OLE color: 1189417.

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

Color convert

RGB413818-
CMYK00.070.560.84
HSL52.17º38.98%11.57%-
HSV(B)52.17º56.1%16.08%-
XYZ1.721.90.85-
YUV36.62117.49131.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.27%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=42.27%
G=39.18%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41381800.070.560.8452.1738.9811.57
Hex2926120738543427c
Octal5146220770124644714
Binary10100110011010010011111100010101001101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292612; }

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

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

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

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

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

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

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

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