#252317

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

Shades of Maire #252317

Tints of Maire #252317

Color information

#252317 (or 0x252317) is unknown color: approx Maire. HEX triplet: 25, 23 and 17. RGB value is (37,35,23). Sum of RGB (Red+Green+Blue) = 37+35+23=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 37 - color contains mainly: red. Hex color #252317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252317 is #DADCE8. Grayscale: #222222. Windows color (decimal): -14343401 or 1516325. OLE color: 1516325.

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

Color convert

RGB373523-
CMYK00.050.380.85
HSL51.43º23.33%11.76%-
HSV(B)51.43º37.84%14.51%-
XYZ1.521.661.05-
YUV34.23121.66129.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 23 (9.38% from 255) = 24.21%
R=38.95%
G=36.84%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37352300.050.380.8551.4323.3311.76
Hex2523170526553317c
Octal4543270546125632714
Binary1001011000111011101011001101010101110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252317; }

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

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

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

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

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

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

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

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