#1F0A07

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

Shades of Seal Brown #1F0A07

Tints of Seal Brown #1F0A07

Color information

#1F0A07 (or 0x1F0A07) is unknown color: approx Seal Brown. HEX triplet: 1F, 0A and 07. RGB value is (31,10,7). Sum of RGB (Red+Green+Blue) = 31+10+7=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A07 is #E0F5F8. Grayscale: #0F0F0F. Windows color (decimal): -14743033 or 461343. OLE color: 461343.

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

Color convert

RGB31107-
CMYK00.680.770.88
HSL7.5º63.16%7.45%-
HSV(B)7.5º77.42%12.16%-
XYZ0.710.520.26-
YUV15.94122.96138.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 64.58%
GREEN value IS 10 (4.30% from 255) = 20.83%
BLUE value IS 7 (3.12% from 255) = 14.58%
R=64.58%
G=20.83%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3110700.680.770.887.563.167.45
Hex1FA70444D5883f7
Octal37127010411513010777
Binary11111101011101000100100110110110001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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