#252406

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

Shades of Maire #252406

Tints of Maire #252406

Color information

#252406 (or 0x252406) is unknown color: approx Maire. HEX triplet: 25, 24 and 06. RGB value is (37,36,6). Sum of RGB (Red+Green+Blue) = 37+36+6=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #252406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252406 is #DADBF9. Grayscale: #202020. Windows color (decimal): -14343162 or 402469. OLE color: 402469.

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

Color convert

RGB37366-
CMYK00.030.840.85
HSL58.06º72.09%8.43%-
HSV(B)58.06º83.78%14.51%-
XYZ1.431.670.42-
YUV32.88112.83130.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 36 (14.45% from 255) = 45.57%
BLUE value IS 6 (2.73% from 255) = 7.59%
R=46.84%
G=45.57%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3736600.030.840.8558.0672.098.43
Hex252460354553a488
Octal45446031241257211010
Binary1001011001001100111010100101010111101010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252406; }

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

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

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

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

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

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

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

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