#1B110D

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

Shades of Seal Brown #1B110D

Tints of Seal Brown #1B110D

Color information

#1B110D (or 0x1B110D) is unknown color: approx Seal Brown. HEX triplet: 1B, 11 and 0D. RGB value is (27,17,13). Sum of RGB (Red+Green+Blue) = 27+17+13=57 (7% of max value = 765). Red value is 27 (10.94% from 255 or 47.37% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 27 - color contains mainly: red. Hex color #1B110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B110D is #E4EEF2. Grayscale: #131313. Windows color (decimal): -15003379 or 856347. OLE color: 856347.

HSL color Cylindrical-coordinate representation of color #1B110D: hue angle of 17.14º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B110D is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.89.

Color convert

RGB271713-
CMYK00.370.520.89
HSL17.14º35%7.84%-
HSV(B)17.14º51.85%10.59%-
XYZ0.730.660.47-
YUV19.53124.31133.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 47.37%
GREEN value IS 17 (7.03% from 255) = 29.82%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=47.37%
G=29.82%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27171300.370.520.8917.14357.84
Hex1B11D025345911238
Octal33211504564131214310
Binary1101110001110101001011101001011001100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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