#25200C

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

Shades of Maire #25200C

Tints of Maire #25200C

Color information

#25200C (or 0x25200C) is unknown color: approx Maire. HEX triplet: 25, 20 and 0C. RGB value is (37,32,12). Sum of RGB (Red+Green+Blue) = 37+32+12=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #25200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25200C is #DADFF3. Grayscale: #1F1F1F. Windows color (decimal): -14344180 or 794661. OLE color: 794661.

HSL color Cylindrical-coordinate representation of color #25200C: hue angle of 48º 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 #25200C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB373212-
CMYK00.140.680.85
HSL48º51.02%9.61%-
HSV(B)48º67.57%14.51%-
XYZ1.351.450.56-
YUV31.21117.16132.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=45.68%
G=39.51%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37321200.140.680.854851.029.61
Hex2520C0E44553033a
Octal454014016104125606312
Binary100101100000110001110100010010101011100001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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