#1A1506

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

Shades of Maire #1A1506

Tints of Maire #1A1506

Color information

#1A1506 (or 0x1A1506) is unknown color: approx Maire. HEX triplet: 1A, 15 and 06. RGB value is (26,21,6). Sum of RGB (Red+Green+Blue) = 26+21+6=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1506 is #E5EAF9. Grayscale: #141414. Windows color (decimal): -15067898 or 398618. OLE color: 398618.

HSL color Cylindrical-coordinate representation of color #1A1506: hue angle of 45º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A1506 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.90.

Color convert

RGB26216-
CMYK00.190.770.90
HSL45º62.5%6.27%-
HSV(B)45º76.92%10.2%-
XYZ0.730.770.28-
YUV20.78119.66131.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 49.06%
GREEN value IS 21 (8.59% from 255) = 39.62%
BLUE value IS 6 (2.73% from 255) = 11.32%
R=49.06%
G=39.62%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2621600.190.770.904562.56.27
Hex1A1560134D5A2d3e6
Octal3225602311513255766
Binary110101010111001001110011011011010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1506; }

 p { color: rgb(26,21,6); }

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

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

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

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

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

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

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