#1F1412

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

Shades of Seal Brown #1F1412

Tints of Seal Brown #1F1412

Color information

#1F1412 (or 0x1F1412) is unknown color: approx Seal Brown. HEX triplet: 1F, 14 and 12. RGB value is (31,20,18). Sum of RGB (Red+Green+Blue) = 31+20+18=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1412 is #E0EBED. Grayscale: #171717. Windows color (decimal): -14740462 or 1184799. OLE color: 1184799.

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

Color convert

RGB312018-
CMYK00.350.420.88
HSL9.23º26.53%9.61%-
HSV(B)9.23º41.94%12.16%-
XYZ0.920.840.68-
YUV23.06125.14133.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.93%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=44.93%
G=28.99%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31201800.350.420.889.2326.539.61
Hex1F14120232A5891ba
Octal37242204352130113312
Binary111111010010010010001110101010110001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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