#1A0A09

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

Shades of Seal Brown #1A0A09

Tints of Seal Brown #1A0A09

Color information

#1A0A09 (or 0x1A0A09) is unknown color: approx Seal Brown. HEX triplet: 1A, 0A and 09. RGB value is (26,10,9). Sum of RGB (Red+Green+Blue) = 26+10+9=45 (5% of max value = 765). Red value is 26 (10.55% from 255 or 57.78% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A09 is #E5F5F6. Grayscale: #0E0E0E. Windows color (decimal): -15070711 or 592410. OLE color: 592410.

HSL color Cylindrical-coordinate representation of color #1A0A09: hue angle of 3.53º 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 #1A0A09 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB26109-
CMYK00.620.650.90
HSL3.53º48.57%6.86%-
HSV(B)3.53º65.38%10.2%-
XYZ0.580.460.32-
YUV14.67124.8136.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 57.78%
GREEN value IS 10 (4.30% from 255) = 22.22%
BLUE value IS 9 (3.91% from 255) = 20%
R=57.78%
G=22.22%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2610900.620.650.903.5348.576.86
Hex1AA903E415A4317
Octal3212110761011324617
Binary1101010101001011111010000011011010100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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