#1F1512

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

Shades of Seal Brown #1F1512

Tints of Seal Brown #1F1512

Color information

#1F1512 (or 0x1F1512) is unknown color: approx Seal Brown. HEX triplet: 1F, 15 and 12. RGB value is (31,21,18). Sum of RGB (Red+Green+Blue) = 31+21+18=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1512 is #E0EAED. Grayscale: #171717. Windows color (decimal): -14740206 or 1185055. OLE color: 1185055.

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

Color convert

RGB312118-
CMYK00.320.420.88
HSL13.85º26.53%9.61%-
HSV(B)13.85º41.94%12.16%-
XYZ0.940.870.69-
YUV23.65124.81133.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=44.29%
G=30%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31211800.320.420.8813.8526.539.61
Hex1F15120202A58e1ba
Octal37252204052130163312
Binary111111010110010010000010101010110001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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