#252412

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

Shades of Maire #252412

Tints of Maire #252412

Color information

#252412 (or 0x252412) is unknown color: approx Maire. HEX triplet: 25, 24 and 12. RGB value is (37,36,18). Sum of RGB (Red+Green+Blue) = 37+36+18=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #252412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252412 is #DADBED. Grayscale: #222222. Windows color (decimal): -14343150 or 1188901. OLE color: 1188901.

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

Color convert

RGB373618-
CMYK00.030.510.85
HSL56.84º34.55%10.78%-
HSV(B)56.84º51.35%14.51%-
XYZ1.51.70.82-
YUV34.25118.83129.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=40.66%
G=39.56%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37361800.030.510.8556.8434.5510.78
Hex2524120333553923b
Octal4544220363125714313
Binary1001011001001001001111001110101011110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252412; }

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

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

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

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

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

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

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

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