#25210C

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

Shades of Maire #25210C

Tints of Maire #25210C

Color information

#25210C (or 0x25210C) is unknown color: approx Maire. HEX triplet: 25, 21 and 0C. RGB value is (37,33,12). Sum of RGB (Red+Green+Blue) = 37+33+12=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25210C is #DADEF3. Grayscale: #1F1F1F. Windows color (decimal): -14343924 or 794917. OLE color: 794917.

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

Color convert

RGB373312-
CMYK00.110.680.85
HSL50.4º51.02%9.61%-
HSV(B)50.4º67.57%14.51%-
XYZ1.371.510.57-
YUV31.8116.83131.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 33 (13.28% from 255) = 40.24%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=45.12%
G=40.24%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37331200.110.680.8550.451.029.61
Hex2521C0B44553233a
Octal454114013104125626312
Binary100101100001110001011100010010101011100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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