#1A110D

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

Shades of Seal Brown #1A110D

Tints of Seal Brown #1A110D

Color information

#1A110D (or 0x1A110D) is unknown color: approx Seal Brown. HEX triplet: 1A, 11 and 0D. RGB value is (26,17,13). Sum of RGB (Red+Green+Blue) = 26+17+13=56 (7% of max value = 765). Red value is 26 (10.55% from 255 or 46.43% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 26 - color contains mainly: red. Hex color #1A110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A110D is #E5EEF2. Grayscale: #131313. Windows color (decimal): -15068915 or 856346. OLE color: 856346.

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

Color convert

RGB261713-
CMYK00.350.50.90
HSL18.46º33.33%7.65%-
HSV(B)18.46º50%10.2%-
XYZ0.70.650.47-
YUV19.24124.48132.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 46.43%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 13 (5.47% from 255) = 23.21%
R=46.43%
G=30.36%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26171300.350.50.9018.4633.337.65
Hex1A11D023325A12218
Octal32211504362132224110
Binary1101010001110101000111100101011010100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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