#1F0A08

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

Shades of Seal Brown #1F0A08

Tints of Seal Brown #1F0A08

Color information

#1F0A08 (or 0x1F0A08) is unknown color: approx Seal Brown. HEX triplet: 1F, 0A and 08. RGB value is (31,10,8). Sum of RGB (Red+Green+Blue) = 31+10+8=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A08 is #E0F5F7. Grayscale: #101010. Windows color (decimal): -14743032 or 526879. OLE color: 526879.

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

Color convert

RGB31108-
CMYK00.680.740.88
HSL5.22º58.97%7.65%-
HSV(B)5.22º74.19%12.16%-
XYZ0.720.530.29-
YUV16.05123.46138.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 63.27%
GREEN value IS 10 (4.30% from 255) = 20.41%
BLUE value IS 8 (3.52% from 255) = 16.33%
R=63.27%
G=20.41%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3110800.680.740.885.2258.977.65
Hex1FA80444A5853b8
Octal371210010411213057310
Binary111111010100001000100100101010110001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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