#1F120D

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

Shades of Seal Brown #1F120D

Tints of Seal Brown #1F120D

Color information

#1F120D (or 0x1F120D) is unknown color: approx Seal Brown. HEX triplet: 1F, 12 and 0D. RGB value is (31,18,13). Sum of RGB (Red+Green+Blue) = 31+18+13=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F120D is #E0EDF2. Grayscale: #151515. Windows color (decimal): -14740979 or 856607. OLE color: 856607.

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

Color convert

RGB311813-
CMYK00.420.580.88
HSL16.67º40.91%8.63%-
HSV(B)16.67º58.06%12.16%-
XYZ0.850.750.48-
YUV21.32123.31134.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 13 (5.47% from 255) = 20.97%
R=50%
G=29.03%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31181300.420.580.8816.6740.918.63
Hex1F12D02A3A5811299
Octal37221505272130215111
Binary1111110010110101010101110101011000100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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