#1F0D08

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

Shades of Seal Brown #1F0D08

Tints of Seal Brown #1F0D08

Color information

#1F0D08 (or 0x1F0D08) is unknown color: approx Seal Brown. HEX triplet: 1F, 0D and 08. RGB value is (31,13,8). Sum of RGB (Red+Green+Blue) = 31+13+8=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D08 is #E0F2F7. Grayscale: #111111. Windows color (decimal): -14742264 or 527647. OLE color: 527647.

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

Color convert

RGB31138-
CMYK00.580.740.88
HSL13.04º58.97%7.65%-
HSV(B)13.04º74.19%12.16%-
XYZ0.750.60.31-
YUV17.81122.46137.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 59.62%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 15.38%
R=59.62%
G=25%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3113800.580.740.8813.0458.977.65
Hex1FD803A4A58d3b8
Octal371510072112130157310
Binary111111101100001110101001010101100011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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