#252307

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

Shades of Maire #252307

Tints of Maire #252307

Color information

#252307 (or 0x252307) is unknown color: approx Maire. HEX triplet: 25, 23 and 07. RGB value is (37,35,7). Sum of RGB (Red+Green+Blue) = 37+35+7=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #252307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252307 is #DADCF8. Grayscale: #202020. Windows color (decimal): -14343417 or 467749. OLE color: 467749.

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

Color convert

RGB37357-
CMYK00.050.810.85
HSL56º68.18%8.63%-
HSV(B)56º81.08%14.51%-
XYZ1.41.610.44-
YUV32.41113.66131.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 35 (14.06% from 255) = 44.30%
BLUE value IS 7 (3.12% from 255) = 8.86%
R=46.84%
G=44.30%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3735700.050.810.855668.188.63
Hex2523705515538449
Octal45437051211257010411
Binary10010110001111101011010001101010111100010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252307; }

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

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

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

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

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

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

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

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