#190E0D

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

Shades of Seal Brown #190E0D

Tints of Seal Brown #190E0D

Color information

#190E0D (or 0x190E0D) is unknown color: approx Seal Brown. HEX triplet: 19, 0E and 0D. RGB value is (25,14,13). Sum of RGB (Red+Green+Blue) = 25+14+13=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #190E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E0D is #E6F1F2. Grayscale: #111111. Windows color (decimal): -15135219 or 855577. OLE color: 855577.

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

Color convert

RGB251413-
CMYK00.440.480.90
HSL31.58%7.45%-
HSV(B)48%9.8%-
XYZ0.630.550.45-
YUV17.18125.64133.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 48.08%
GREEN value IS 14 (5.86% from 255) = 26.92%
BLUE value IS 13 (5.47% from 255) = 25%
R=48.08%
G=26.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25141300.440.480.90531.587.45
Hex19ED02C305A5207
Octal311615054601325407
Binary110011110110101011001100001011010101100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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