#252010

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

Shades of Maire #252010

Tints of Maire #252010

Color information

#252010 (or 0x252010) is unknown color: approx Maire. HEX triplet: 25, 20 and 10. RGB value is (37,32,16). Sum of RGB (Red+Green+Blue) = 37+32+16=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #252010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252010 is #DADFEF. Grayscale: #1F1F1F. Windows color (decimal): -14344176 or 1056805. OLE color: 1056805.

HSL color Cylindrical-coordinate representation of color #252010: hue angle of 45.71º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252010 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB373216-
CMYK00.140.570.85
HSL45.71º39.62%10.39%-
HSV(B)45.71º56.76%14.51%-
XYZ1.371.460.7-
YUV31.67119.16131.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=43.53%
G=37.65%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37321600.140.570.8545.7139.6210.39
Hex2520100E39552e28a
Octal45402001671125565012
Binary100101100000100000111011100110101011011101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252010; }

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

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

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

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

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

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

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

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