#292315

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

Shades of Maire #292315

Tints of Maire #292315

Color information

#292315 (or 0x292315) is unknown color: approx Maire. HEX triplet: 29, 23 and 15. RGB value is (41,35,21). Sum of RGB (Red+Green+Blue) = 41+35+21=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #292315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292315 is #D6DCEA. Grayscale: #232323. Windows color (decimal): -14081259 or 1385257. OLE color: 1385257.

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

Color convert

RGB413521-
CMYK00.150.490.84
HSL42º32.26%12.16%-
HSV(B)42º48.78%16.08%-
XYZ1.651.730.96-
YUV35.2119.99132.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.27%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=42.27%
G=36.08%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41352100.150.490.844232.2612.16
Hex2923150F31542a20c
Octal51432501761124524014
Binary101001100011101010111111000110101001010101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292315; }

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

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

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

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

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

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

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

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