#252513

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

Shades of Maire #252513

Tints of Maire #252513

Color information

#252513 (or 0x252513) is unknown color: approx Maire. HEX triplet: 25, 25 and 13. RGB value is (37,37,19). Sum of RGB (Red+Green+Blue) = 37+37+19=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252513 is #DADAEC. Grayscale: #232323. Windows color (decimal): -14342893 or 1254693. OLE color: 1254693.

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

Color convert

RGB373719-
CMYK000.490.85
HSL60º32.14%10.98%-
HSV(B)60º48.65%14.51%-
XYZ1.541.760.88-
YUV34.95119129.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=39.78%
G=39.78%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373719000.490.856032.1410.98
Hex2525130031553c20b
Octal4545230061125744013
Binary100101100101100110011000110101011111001000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252513; }

 p { color: rgb(37,37,19); }

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

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

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

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

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

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

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