#1F1614

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

Shades of Seal Brown #1F1614

Tints of Seal Brown #1F1614

Color information

#1F1614 (or 0x1F1614) is unknown color: approx Seal Brown. HEX triplet: 1F, 16 and 14. RGB value is (31,22,20). Sum of RGB (Red+Green+Blue) = 31+22+20=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1614 is #E0E9EB. Grayscale: #181818. Windows color (decimal): -14739948 or 1316383. OLE color: 1316383.

HSL color Cylindrical-coordinate representation of color #1F1614: hue angle of 10.91º 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 #1F1614 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB312220-
CMYK00.290.350.88
HSL10.91º21.57%10%-
HSV(B)10.91º35.48%12.16%-
XYZ0.980.920.79-
YUV24.46125.48132.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 42.47%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 20 (8.20% from 255) = 27.40%
R=42.47%
G=30.14%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31222000.290.350.8810.9121.5710
Hex1F161401D2358b16a
Octal37262403543130132612
Binary11111101101010001110110001110110001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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