#1A0C09

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

Shades of Seal Brown #1A0C09

Tints of Seal Brown #1A0C09

Color information

#1A0C09 (or 0x1A0C09) is unknown color: approx Seal Brown. HEX triplet: 1A, 0C and 09. RGB value is (26,12,9). Sum of RGB (Red+Green+Blue) = 26+12+9=47 (6% of max value = 765). Red value is 26 (10.55% from 255 or 55.32% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C09 is #E5F3F6. Grayscale: #0F0F0F. Windows color (decimal): -15070199 or 592922. OLE color: 592922.

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

Color convert

RGB26129-
CMYK00.540.650.90
HSL10.59º48.57%6.86%-
HSV(B)10.59º65.38%10.2%-
XYZ0.610.50.32-
YUV15.84124.14135.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 55.32%
GREEN value IS 12 (5.08% from 255) = 25.53%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=55.32%
G=25.53%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2612900.540.650.9010.5948.576.86
Hex1AC9036415Ab317
Octal32141106610113213617
Binary11010110010010110110100000110110101011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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