#252415

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

Shades of Maire #252415

Tints of Maire #252415

Color information

#252415 (or 0x252415) is unknown color: approx Maire. HEX triplet: 25, 24 and 15. RGB value is (37,36,21). Sum of RGB (Red+Green+Blue) = 37+36+21=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #252415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252415 is #DADBEA. Grayscale: #222222. Windows color (decimal): -14343147 or 1385509. OLE color: 1385509.

HSL color Cylindrical-coordinate representation of color #252415: hue angle of 56.25º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #252415 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB373621-
CMYK00.030.430.85
HSL56.25º27.59%11.37%-
HSV(B)56.25º43.24%14.51%-
XYZ1.531.710.96-
YUV34.59120.33129.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=39.36%
G=38.30%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37362100.030.430.8556.2527.5911.37
Hex252415032B55381cb
Octal4544250353125703413
Binary100101100100101010111010111010101111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252415; }

 p { color: rgb(37,36,21); }

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

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

 a { background-color: rgb(37,36,21); }

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

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

 span { border-color: rgb(37,36,21); }

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