#252106

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

Shades of Maire #252106

Tints of Maire #252106

Color information

#252106 (or 0x252106) is unknown color: approx Maire. HEX triplet: 25, 21 and 06. RGB value is (37,33,6). Sum of RGB (Red+Green+Blue) = 37+33+6=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #252106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252106 is #DADEF9. Grayscale: #1F1F1F. Windows color (decimal): -14343930 or 401701. OLE color: 401701.

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

Color convert

RGB37336-
CMYK00.110.840.85
HSL52.26º72.09%8.43%-
HSV(B)52.26º83.78%14.51%-
XYZ1.341.490.39-
YUV31.12113.83132.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 6 (2.73% from 255) = 7.89%
R=48.68%
G=43.42%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3733600.110.840.8552.2672.098.43
Hex252160B545534488
Octal454160131241256411010
Binary100101100001110010111010100101010111010010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252106; }

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

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

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

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

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

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

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

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