#252316

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

Shades of Maire #252316

Tints of Maire #252316

Color information

#252316 (or 0x252316) is unknown color: approx Maire. HEX triplet: 25, 23 and 16. RGB value is (37,35,22). Sum of RGB (Red+Green+Blue) = 37+35+22=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #252316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252316 is #DADCE9. Grayscale: #222222. Windows color (decimal): -14343402 or 1450789. OLE color: 1450789.

HSL color Cylindrical-coordinate representation of color #252316: hue angle of 52º 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 #252316 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB373522-
CMYK00.050.410.85
HSL52º25.42%11.57%-
HSV(B)52º40.54%14.51%-
XYZ1.511.651-
YUV34.12121.16130.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=39.36%
G=37.23%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37352200.050.410.855225.4211.57
Hex2523160529553419c
Octal4543260551125643114
Binary1001011000111011001011010011010101110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252316; }

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

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

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

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

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

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

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

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