#252506

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

Shades of Maire #252506

Tints of Maire #252506

Color information

#252506 (or 0x252506) is unknown color: approx Maire. HEX triplet: 25, 25 and 06. RGB value is (37,37,6). Sum of RGB (Red+Green+Blue) = 37+37+6=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252506 is #DADAF9. Grayscale: #212121. Windows color (decimal): -14342906 or 402725. OLE color: 402725.

HSL color Cylindrical-coordinate representation of color #252506: hue angle of 60º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252506 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB37376-
CMYK000.840.85
HSL60º72.09%8.43%-
HSV(B)60º83.78%14.51%-
XYZ1.461.730.43-
YUV33.47112.5130.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.25%
GREEN value IS 37 (14.84% from 255) = 46.25%
BLUE value IS 6 (2.73% from 255) = 7.5%
R=46.25%
G=46.25%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37376000.840.856072.098.43
Hex252560054553c488
Octal45456001241257411010
Binary100101100101110001010100101010111110010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252506; }

 p { color: rgb(37,37,6); }

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

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

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

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

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

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

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