#25250C

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

Shades of Maire #25250C

Tints of Maire #25250C

Color information

#25250C (or 0x25250C) is unknown color: approx Maire. HEX triplet: 25, 25 and 0C. RGB value is (37,37,12). Sum of RGB (Red+Green+Blue) = 37+37+12=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 37 - color contains mainly: red, green. Hex color #25250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25250C is #DADAF3. Grayscale: #222222. Windows color (decimal): -14342900 or 795941. OLE color: 795941.

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

Color convert

RGB373712-
CMYK000.680.85
HSL60º51.02%9.61%-
HSV(B)60º67.57%14.51%-
XYZ1.491.740.61-
YUV34.15115.5130.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 37 (14.84% from 255) = 43.02%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=43.02%
G=43.02%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373712000.680.856051.029.61
Hex2525C0044553c33a
Octal45451400104125746312
Binary100101100101110000100010010101011111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25250C; }

 p { color: rgb(37,37,12); }

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

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

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

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

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

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

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