#1A1710

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

Shades of Maire #1A1710

Tints of Maire #1A1710

Color information

#1A1710 (or 0x1A1710) is unknown color: approx Maire. HEX triplet: 1A, 17 and 10. RGB value is (26,23,16). Sum of RGB (Red+Green+Blue) = 26+23+16=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1710 is #E5E8EF. Grayscale: #171717. Windows color (decimal): -15067376 or 1054490. OLE color: 1054490.

HSL color Cylindrical-coordinate representation of color #1A1710: hue angle of 42º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1710 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.90.

Color convert

RGB262316-
CMYK00.120.380.90
HSL42º23.81%8.24%-
HSV(B)42º38.46%10.2%-
XYZ0.830.870.61-
YUV23.1123.99130.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 40%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 16 (6.64% from 255) = 24.62%
R=40%
G=35.38%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26231600.120.380.904223.818.24
Hex1A17100C265A2a188
Octal32272001446132523010
Binary110101011110000011001001101011010101010110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,23,16); }

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

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

 a { background-color: rgb(26,23,16); }

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

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

 span { border-color: rgb(26,23,16); }

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