#252207

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

Shades of Maire #252207

Tints of Maire #252207

Color information

#252207 (or 0x252207) is unknown color: approx Maire. HEX triplet: 25, 22 and 07. RGB value is (37,34,7). Sum of RGB (Red+Green+Blue) = 37+34+7=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #252207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252207 is #DADDF8. Grayscale: #1F1F1F. Windows color (decimal): -14343673 or 467493. OLE color: 467493.

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

Color convert

RGB37347-
CMYK00.080.810.85
HSL54º68.18%8.63%-
HSV(B)54º81.08%14.51%-
XYZ1.371.550.43-
YUV31.82113.99131.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 34 (13.67% from 255) = 43.59%
BLUE value IS 7 (3.12% from 255) = 8.97%
R=47.44%
G=43.59%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3734700.080.810.855468.188.63
Hex2522708515536449
Octal454270101211256610411
Binary100101100010111010001010001101010111011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252207; }

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

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

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

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

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

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

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

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