#1A0D06

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

Shades of Seal Brown #1A0D06

Tints of Seal Brown #1A0D06

Color information

#1A0D06 (or 0x1A0D06) is unknown color: approx Seal Brown. HEX triplet: 1A, 0D and 06. RGB value is (26,13,6). Sum of RGB (Red+Green+Blue) = 26+13+6=45 (5% of max value = 765). Red value is 26 (10.55% from 255 or 57.78% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0D06 is #E5F2F9. Grayscale: #101010. Windows color (decimal): -15069946 or 396570. OLE color: 396570.

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

Color convert

RGB26136-
CMYK00.50.770.90
HSL21º62.5%6.27%-
HSV(B)21º76.92%10.2%-
XYZ0.60.520.24-
YUV16.09122.31135.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 57.78%
GREEN value IS 13 (5.47% from 255) = 28.89%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=57.78%
G=28.89%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2613600.50.770.902162.56.27
Hex1AD60324D5A153e6
Octal3215606211513225766
Binary11010110111001100101001101101101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,13,6); }

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

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

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

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

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

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

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