#292715

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

Shades of Maire #292715

Tints of Maire #292715

Color information

#292715 (or 0x292715) is unknown color: approx Maire. HEX triplet: 29, 27 and 15. RGB value is (41,39,21). Sum of RGB (Red+Green+Blue) = 41+39+21=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 41 - color contains mainly: red. Hex color #292715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292715 is #D6D8EA. Grayscale: #252525. Windows color (decimal): -14080235 or 1386281. OLE color: 1386281.

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

Color convert

RGB413921-
CMYK00.050.490.84
HSL54º32.26%12.16%-
HSV(B)54º48.78%16.08%-
XYZ1.781.981-
YUV37.55118.66130.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.59%
GREEN value IS 39 (15.62% from 255) = 38.61%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=40.59%
G=38.61%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41392100.050.490.845432.2612.16
Hex2927150531543620c
Octal5147250561124664014
Binary10100110011110101010111000110101001101101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292715; }

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

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

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

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

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

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

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

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