#252206

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

Shades of Maire #252206

Tints of Maire #252206

Color information

#252206 (or 0x252206) is unknown color: approx Maire. HEX triplet: 25, 22 and 06. RGB value is (37,34,6). Sum of RGB (Red+Green+Blue) = 37+34+6=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #252206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252206 is #DADDF9. Grayscale: #1F1F1F. Windows color (decimal): -14343674 or 401957. OLE color: 401957.

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

Color convert

RGB37346-
CMYK00.080.840.85
HSL54.19º72.09%8.43%-
HSV(B)54.19º83.78%14.51%-
XYZ1.371.550.4-
YUV31.7113.49131.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 34 (13.67% from 255) = 44.16%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=48.05%
G=44.16%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3734600.080.840.8554.1972.098.43
Hex2522608545536488
Octal454260101241256611010
Binary100101100010110010001010100101010111011010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252206; }

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

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

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

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

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

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

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

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