#1A0A0A

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

Shades of Seal Brown #1A0A0A

Tints of Seal Brown #1A0A0A

Color information

#1A0A0A (or 0x1A0A0A) is unknown color: approx Seal Brown. HEX triplet: 1A, 0A and 0A. RGB value is (26,10,10). Sum of RGB (Red+Green+Blue) = 26+10+10=46 (6% of max value = 765). Red value is 26 (10.55% from 255 or 56.52% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A0A is #E5F5F5. Grayscale: #0E0E0E. Windows color (decimal): -15070710 or 657946. OLE color: 657946.

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

Color convert

RGB261010-
CMYK00.620.620.90
HSL44.44%7.06%-
HSV(B)61.54%10.2%-
XYZ0.590.460.34-
YUV14.78125.3136-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 56.52%
GREEN value IS 10 (4.30% from 255) = 21.74%
BLUE value IS 10 (4.30% from 255) = 21.74%
R=56.52%
G=21.74%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26101000.620.620.90044.447.06
Hex1AAA03E3E5A02c7
Octal321212076761320547
Binary1101010101010011111011111010110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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