#292815

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

Shades of Maire #292815

Tints of Maire #292815

Color information

#292815 (or 0x292815) is unknown color: approx Maire. HEX triplet: 29, 28 and 15. RGB value is (41,40,21). Sum of RGB (Red+Green+Blue) = 41+40+21=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 41 - color contains mainly: red. Hex color #292815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292815 is #D6D7EA. Grayscale: #262626. Windows color (decimal): -14079979 or 1386537. OLE color: 1386537.

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

Color convert

RGB414021-
CMYK00.020.490.84
HSL57º32.26%12.16%-
HSV(B)57º48.78%16.08%-
XYZ1.812.041.01-
YUV38.13118.33130.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 40 (16.02% from 255) = 39.22%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=40.20%
G=39.22%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41402100.020.490.845732.2612.16
Hex2928150231543920c
Octal5150250261124714014
Binary1010011010001010101011000110101001110011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292815; }

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

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

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

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

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

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

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

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