#252007

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

Shades of Maire #252007

Tints of Maire #252007

Color information

#252007 (or 0x252007) is unknown color: approx Maire. HEX triplet: 25, 20 and 07. RGB value is (37,32,7). Sum of RGB (Red+Green+Blue) = 37+32+7=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #252007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252007 is #DADFF8. Grayscale: #1E1E1E. Windows color (decimal): -14344185 or 466981. OLE color: 466981.

HSL color Cylindrical-coordinate representation of color #252007: hue angle of 50º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #252007 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB37327-
CMYK00.140.810.85
HSL50º68.18%8.63%-
HSV(B)50º81.08%14.51%-
XYZ1.321.440.41-
YUV30.64114.66132.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=48.68%
G=42.11%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732700.140.810.855068.188.63
Hex252070E515532449
Octal454070161211256210411
Binary100101100000111011101010001101010111001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252007; }

 p { color: rgb(37,32,7); }

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

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

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

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

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

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

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