#1A0E09

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

Shades of Seal Brown #1A0E09

Tints of Seal Brown #1A0E09

Color information

#1A0E09 (or 0x1A0E09) is unknown color: approx Seal Brown. HEX triplet: 1A, 0E and 09. RGB value is (26,14,9). Sum of RGB (Red+Green+Blue) = 26+14+9=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E09 is #E5F1F6. Grayscale: #111111. Windows color (decimal): -15069687 or 593434. OLE color: 593434.

HSL color Cylindrical-coordinate representation of color #1A0E09: hue angle of 17.65º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A0E09 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB26149-
CMYK00.460.650.90
HSL17.65º48.57%6.86%-
HSV(B)17.65º65.38%10.2%-
XYZ0.630.550.33-
YUV17.02123.48134.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 53.06%
GREEN value IS 14 (5.86% from 255) = 28.57%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=53.06%
G=28.57%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2614900.460.650.9017.6548.576.86
Hex1AE902E415A12317
Octal32161105610113222617
Binary110101110100101011101000001101101010010110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,14,9); }

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

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

 a { background-color: rgb(26,14,9); }

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

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

 span { border-color: rgb(26,14,9); }

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