#1A0B0A

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

Shades of Seal Brown #1A0B0A

Tints of Seal Brown #1A0B0A

Color information

#1A0B0A (or 0x1A0B0A) is unknown color: approx Seal Brown. HEX triplet: 1A, 0B and 0A. RGB value is (26,11,10). Sum of RGB (Red+Green+Blue) = 26+11+10=47 (6% of max value = 765). Red value is 26 (10.55% from 255 or 55.32% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B0A is #E5F4F5. Grayscale: #0F0F0F. Windows color (decimal): -15070454 or 658202. OLE color: 658202.

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

Color convert

RGB261110-
CMYK00.580.620.90
HSL3.75º44.44%7.06%-
HSV(B)3.75º61.54%10.2%-
XYZ0.60.480.35-
YUV15.37124.97135.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 55.32%
GREEN value IS 11 (4.69% from 255) = 23.40%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=55.32%
G=23.40%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26111000.580.620.903.7544.447.06
Hex1ABA03A3E5A42c7
Octal321312072761324547
Binary110101011101001110101111101011010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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