#190F0E

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

Shades of Seal Brown #190F0E

Tints of Seal Brown #190F0E

Color information

#190F0E (or 0x190F0E) is unknown color: approx Seal Brown. HEX triplet: 19, 0F and 0E. RGB value is (25,15,14). Sum of RGB (Red+Green+Blue) = 25+15+14=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #190F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F0E is #E6F0F1. Grayscale: #111111. Windows color (decimal): -15134962 or 921369. OLE color: 921369.

HSL color Cylindrical-coordinate representation of color #190F0E: hue angle of 5.45º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #190F0E is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB251514-
CMYK00.400.440.90
HSL5.45º28.21%7.65%-
HSV(B)5.45º44%9.8%-
XYZ0.650.580.49-
YUV17.88125.81133.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 15 (6.25% from 255) = 27.78%
BLUE value IS 14 (5.86% from 255) = 25.93%
R=46.30%
G=27.78%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25151400.400.440.905.4528.217.65
Hex19FE0282C5A51c8
Octal3117160505413253410
Binary110011111111001010001011001011010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190F0E; }

 p { color: rgb(25,15,14); }

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

<style>
 a { background-color: #190F0E; }

 a { background-color: rgb(25,15,14); }

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

<style>
 span { border-color: #190F0E; }

 span { border-color: rgb(25,15,14); }

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