#1A110F

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

Shades of Seal Brown #1A110F

Tints of Seal Brown #1A110F

Color information

#1A110F (or 0x1A110F) is unknown color: approx Seal Brown. HEX triplet: 1A, 11 and 0F. RGB value is (26,17,15). Sum of RGB (Red+Green+Blue) = 26+17+15=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 26 - color contains mainly: red. Hex color #1A110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A110F is #E5EEF0. Grayscale: #131313. Windows color (decimal): -15068913 or 987418. OLE color: 987418.

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

Color convert

RGB261715-
CMYK00.350.420.90
HSL10.91º26.83%8.04%-
HSV(B)10.91º42.31%10.2%-
XYZ0.710.650.54-
YUV19.46125.48132.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.83%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 15 (6.25% from 255) = 25.86%
R=44.83%
G=29.31%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26171500.350.420.9010.9126.838.04
Hex1A11F0232A5Ab1b8
Octal32211704352132133310
Binary11010100011111010001110101010110101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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