#1F0B07

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

Shades of Seal Brown #1F0B07

Tints of Seal Brown #1F0B07

Color information

#1F0B07 (or 0x1F0B07) is unknown color: approx Seal Brown. HEX triplet: 1F, 0B and 07. RGB value is (31,11,7). Sum of RGB (Red+Green+Blue) = 31+11+7=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B07 is #E0F4F8. Grayscale: #101010. Windows color (decimal): -14742777 or 461599. OLE color: 461599.

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

Color convert

RGB31117-
CMYK00.650.770.88
HSL10º63.16%7.45%-
HSV(B)10º77.42%12.16%-
XYZ0.720.550.27-
YUV16.52122.63138.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 63.27%
GREEN value IS 11 (4.69% from 255) = 22.45%
BLUE value IS 7 (3.12% from 255) = 14.29%
R=63.27%
G=22.45%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3111700.650.770.881063.167.45
Hex1FB70414D58a3f7
Octal37137010111513012777
Binary11111101111101000001100110110110001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,11,7); }

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

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

 a { background-color: rgb(31,11,7); }

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

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

 span { border-color: rgb(31,11,7); }

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