#292510

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

Shades of Maire #292510

Tints of Maire #292510

Color information

#292510 (or 0x292510) is unknown color: approx Maire. HEX triplet: 29, 25 and 10. RGB value is (41,37,16). Sum of RGB (Red+Green+Blue) = 41+37+16=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #292510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292510 is #D6DAEF. Grayscale: #232323. Windows color (decimal): -14080752 or 1058089. OLE color: 1058089.

HSL color Cylindrical-coordinate representation of color #292510: hue angle of 50.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #292510 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.84.

Color convert

RGB413716-
CMYK00.100.610.84
HSL50.4º43.86%11.18%-
HSV(B)50.4º60.98%16.08%-
XYZ1.671.830.76-
YUV35.8116.83131.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=43.62%
G=39.36%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41371600.100.610.8450.443.8611.18
Hex2925100A3D54322cb
Octal51452001275124625413
Binary101001100101100000101011110110101001100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292510; }

 p { color: rgb(41,37,16); }

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

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

 a { background-color: rgb(41,37,16); }

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

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

 span { border-color: rgb(41,37,16); }

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