#292606

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

Shades of Maire #292606

Tints of Maire #292606

Color information

#292606 (or 0x292606) is unknown color: approx Maire. HEX triplet: 29, 26 and 06. RGB value is (41,38,6). Sum of RGB (Red+Green+Blue) = 41+38+6=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #292606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292606 is #D6D9F9. Grayscale: #232323. Windows color (decimal): -14080506 or 402985. OLE color: 402985.

HSL color Cylindrical-coordinate representation of color #292606: hue angle of 54.86º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #292606 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB41386-
CMYK00.070.850.84
HSL54.86º74.47%9.22%-
HSV(B)54.86º85.37%16.08%-
XYZ1.641.870.45-
YUV35.25111.49132.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.24%
GREEN value IS 38 (15.23% from 255) = 44.71%
BLUE value IS 6 (2.73% from 255) = 7.06%
R=48.24%
G=44.71%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4138600.070.850.8454.8674.479.22
Hex29266075554374a9
Octal51466071251246711211
Binary10100110011011001111010101101010011011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292606; }

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

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

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

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

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

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

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

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