#252116

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

Shades of Maire #252116

Tints of Maire #252116

Color information

#252116 (or 0x252116) is unknown color: approx Maire. HEX triplet: 25, 21 and 16. RGB value is (37,33,22). Sum of RGB (Red+Green+Blue) = 37+33+22=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #252116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252116 is #DADEE9. Grayscale: #202020. Windows color (decimal): -14343914 or 1450277. OLE color: 1450277.

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

Color convert

RGB373322-
CMYK00.110.410.85
HSL44º25.42%11.57%-
HSV(B)44º40.54%14.51%-
XYZ1.451.540.98-
YUV32.94121.83130.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 33 (13.28% from 255) = 35.87%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=40.22%
G=35.87%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37332200.110.410.854425.4211.57
Hex2521160B29552c19c
Octal45412601351125543114
Binary10010110000110110010111010011010101101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252116; }

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

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

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

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

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

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

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

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