#1A0E08

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

Shades of Seal Brown #1A0E08

Tints of Seal Brown #1A0E08

Color information

#1A0E08 (or 0x1A0E08) is unknown color: approx Seal Brown. HEX triplet: 1A, 0E and 08. RGB value is (26,14,8). Sum of RGB (Red+Green+Blue) = 26+14+8=48 (6% of max value = 765). Red value is 26 (10.55% from 255 or 54.17% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E08 is #E5F1F7. Grayscale: #101010. Windows color (decimal): -15069688 or 527898. OLE color: 527898.

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

Color convert

RGB26148-
CMYK00.460.690.90
HSL20º52.94%6.67%-
HSV(B)20º69.23%10.2%-
XYZ0.630.550.3-
YUV16.9122.98134.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 54.17%
GREEN value IS 14 (5.86% from 255) = 29.17%
BLUE value IS 8 (3.52% from 255) = 16.67%
R=54.17%
G=29.17%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2614800.460.690.902052.946.67
Hex1AE802E455A14357
Octal32161005610513224657
Binary110101110100001011101000101101101010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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