#1F100A

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

Shades of Seal Brown #1F100A

Tints of Seal Brown #1F100A

Color information

#1F100A (or 0x1F100A) is unknown color: approx Seal Brown. HEX triplet: 1F, 10 and 0A. RGB value is (31,16,10). Sum of RGB (Red+Green+Blue) = 31+16+10=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F100A is #E0EFF5. Grayscale: #131313. Windows color (decimal): -14741494 or 659487. OLE color: 659487.

HSL color Cylindrical-coordinate representation of color #1F100A: hue angle of 17.14º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F100A is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.88.

Color convert

RGB311610-
CMYK00.480.680.88
HSL17.14º51.22%8.04%-
HSV(B)17.14º67.74%12.16%-
XYZ0.810.680.38-
YUV19.8122.47135.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 16 (6.64% from 255) = 28.07%
BLUE value IS 10 (4.30% from 255) = 17.54%
R=54.39%
G=28.07%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31161000.480.680.8817.1451.228.04
Hex1F10A030445811338
Octal372012060104130216310
Binary11111100001010011000010001001011000100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,10); }

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

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

 a { background-color: rgb(31,16,10); }

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

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

 span { border-color: rgb(31,16,10); }

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