#252217

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

Shades of Maire #252217

Tints of Maire #252217

Color information

#252217 (or 0x252217) is unknown color: approx Maire. HEX triplet: 25, 22 and 17. RGB value is (37,34,23). Sum of RGB (Red+Green+Blue) = 37+34+23=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #252217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252217 is #DADDE8. Grayscale: #212121. Windows color (decimal): -14343657 or 1516069. OLE color: 1516069.

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

Color convert

RGB373423-
CMYK00.080.380.85
HSL47.14º23.33%11.76%-
HSV(B)47.14º37.84%14.51%-
XYZ1.491.61.04-
YUV33.64121.99130.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 23 (9.38% from 255) = 24.47%
R=39.36%
G=36.17%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37342300.080.380.8547.1423.3311.76
Hex2522170826552f17c
Octal45422701046125572714
Binary10010110001010111010001001101010101101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252217; }

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

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

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

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

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

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

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

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