#1A1010

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

Shades of Seal Brown #1A1010

Tints of Seal Brown #1A1010

Color information

#1A1010 (or 0x1A1010) is unknown color: approx Seal Brown. HEX triplet: 1A, 10 and 10. RGB value is (26,16,16). Sum of RGB (Red+Green+Blue) = 26+16+16=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1010 is #E5EFEF. Grayscale: #131313. Windows color (decimal): -15069168 or 1052698. OLE color: 1052698.

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

Color convert

RGB261616-
CMYK00.380.380.90
HSL23.81%8.24%-
HSV(B)38.46%10.2%-
XYZ0.70.630.57-
YUV18.99126.31133-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.83%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=44.83%
G=27.59%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26161600.380.380.90023.818.24
Hex1A1010026265A0188
Octal3220200464613203010
Binary110101000010000010011010011010110100110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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