#1F0C07

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

Shades of Seal Brown #1F0C07

Tints of Seal Brown #1F0C07

Color information

#1F0C07 (or 0x1F0C07) is unknown color: approx Seal Brown. HEX triplet: 1F, 0C and 07. RGB value is (31,12,7). Sum of RGB (Red+Green+Blue) = 31+12+7=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C07 is #E0F3F8. Grayscale: #111111. Windows color (decimal): -14742521 or 461855. OLE color: 461855.

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

Color convert

RGB31127-
CMYK00.610.770.88
HSL12.5º63.16%7.45%-
HSV(B)12.5º77.42%12.16%-
XYZ0.730.570.27-
YUV17.11122.29137.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 62%
GREEN value IS 12 (5.08% from 255) = 24%
BLUE value IS 7 (3.12% from 255) = 14%
R=62%
G=24%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3112700.610.770.8812.563.167.45
Hex1FC703D4D58d3f7
Octal3714707511513015777
Binary1111111001110111101100110110110001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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