#252014

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

Shades of Maire #252014

Tints of Maire #252014

Color information

#252014 (or 0x252014) is unknown color: approx Maire. HEX triplet: 25, 20 and 14. RGB value is (37,32,20). Sum of RGB (Red+Green+Blue) = 37+32+20=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #252014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252014 is #DADFEB. Grayscale: #202020. Windows color (decimal): -14344172 or 1318949. OLE color: 1318949.

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

Color convert

RGB373220-
CMYK00.140.460.85
HSL42.35º29.82%11.18%-
HSV(B)42.35º45.95%14.51%-
XYZ1.411.480.87-
YUV32.13121.16131.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=41.57%
G=35.96%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37322000.140.460.8542.3529.8211.18
Hex2520140E2E552a1eb
Octal45402401656125523613
Binary10010110000010100011101011101010101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252014; }

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

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

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

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

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

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

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

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