#1F1008

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

Shades of Seal Brown #1F1008

Tints of Seal Brown #1F1008

Color information

#1F1008 (or 0x1F1008) is unknown color: approx Seal Brown. HEX triplet: 1F, 10 and 08. RGB value is (31,16,8). Sum of RGB (Red+Green+Blue) = 31+16+8=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1008 is #E0EFF7. Grayscale: #131313. Windows color (decimal): -14741496 or 528415. OLE color: 528415.

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

Color convert

RGB31168-
CMYK00.480.740.88
HSL20.87º58.97%7.65%-
HSV(B)20.87º74.19%12.16%-
XYZ0.790.680.32-
YUV19.57121.47136.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 56.36%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 8 (3.52% from 255) = 14.55%
R=56.36%
G=29.09%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3116800.480.740.8820.8758.977.65
Hex1F1080304A58153b8
Octal372010060112130257310
Binary11111100001000011000010010101011000101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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