#1F1514

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

Shades of Seal Brown #1F1514

Tints of Seal Brown #1F1514

Color information

#1F1514 (or 0x1F1514) is unknown color: approx Seal Brown. HEX triplet: 1F, 15 and 14. RGB value is (31,21,20). Sum of RGB (Red+Green+Blue) = 31+21+20=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1514 is #E0EAEB. Grayscale: #171717. Windows color (decimal): -14740204 or 1316127. OLE color: 1316127.

HSL color Cylindrical-coordinate representation of color #1F1514: hue angle of 5.45º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F1514 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB312120-
CMYK00.320.350.88
HSL5.45º21.57%10%-
HSV(B)5.45º35.48%12.16%-
XYZ0.960.880.78-
YUV23.88125.81133.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=43.06%
G=29.17%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31212000.320.350.885.4521.5710
Hex1F15140202358516a
Octal3725240404313052612
Binary11111101011010001000001000111011000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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