#1A1311

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

Shades of Seal Brown #1A1311

Tints of Seal Brown #1A1311

Color information

#1A1311 (or 0x1A1311) is unknown color: approx Seal Brown. HEX triplet: 1A, 13 and 11. RGB value is (26,19,17). Sum of RGB (Red+Green+Blue) = 26+19+17=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1311 is #E5ECEE. Grayscale: #141414. Windows color (decimal): -15068399 or 1119002. OLE color: 1119002.

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

Color convert

RGB261917-
CMYK00.270.350.90
HSL13.33º20.93%8.43%-
HSV(B)13.33º34.62%10.2%-
XYZ0.760.730.63-
YUV20.86125.82131.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.94%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=41.94%
G=30.65%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26191700.270.350.9013.3320.938.43
Hex1A131101B235Ad158
Octal32232103343132152510
Binary11010100111000101101110001110110101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,19,17); }

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

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

 a { background-color: rgb(26,19,17); }

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

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

 span { border-color: rgb(26,19,17); }

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