#1B1514

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

Shades of Seal Brown #1B1514

Tints of Seal Brown #1B1514

Color information

#1B1514 (or 0x1B1514) is unknown color: approx Seal Brown. HEX triplet: 1B, 15 and 14. RGB value is (27,21,20). Sum of RGB (Red+Green+Blue) = 27+21+20=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1514 is #E4EAEB. Grayscale: #161616. Windows color (decimal): -15002348 or 1316123. OLE color: 1316123.

HSL color Cylindrical-coordinate representation of color #1B1514: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1B1514 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB272120-
CMYK00.220.260.89
HSL8.57º14.89%9.22%-
HSV(B)8.57º25.93%10.59%-
XYZ0.850.820.78-
YUV22.68126.49131.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.71%
GREEN value IS 21 (8.59% from 255) = 30.88%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=39.71%
G=30.88%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27212000.220.260.898.5714.899.22
Hex1B15140161A599f9
Octal33252402632131111711
Binary110111010110100010110110101011001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,21,20); }

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

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

 a { background-color: rgb(27,21,20); }

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

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

 span { border-color: rgb(27,21,20); }

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