#1F0F06

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

Shades of Seal Brown #1F0F06

Tints of Seal Brown #1F0F06

Color information

#1F0F06 (or 0x1F0F06) is unknown color: approx Seal Brown. HEX triplet: 1F, 0F and 06. RGB value is (31,15,6). Sum of RGB (Red+Green+Blue) = 31+15+6=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F06 is #E0F0F9. Grayscale: #121212. Windows color (decimal): -14741754 or 397087. OLE color: 397087.

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

Color convert

RGB31156-
CMYK00.520.810.88
HSL21.6º67.57%7.25%-
HSV(B)21.6º80.65%12.16%-
XYZ0.770.650.26-
YUV18.76120.8136.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 59.62%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 6 (2.73% from 255) = 11.54%
R=59.62%
G=28.85%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3115600.520.810.8821.667.577.25
Hex1FF6034515816447
Octal37176064121130261047
Binary111111111110011010010100011011000101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,15,6); }

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

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

 a { background-color: rgb(31,15,6); }

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

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

 span { border-color: rgb(31,15,6); }

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