#1A0F0C

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

Shades of Seal Brown #1A0F0C

Tints of Seal Brown #1A0F0C

Color information

#1A0F0C (or 0x1A0F0C) is unknown color: approx Seal Brown. HEX triplet: 1A, 0F and 0C. RGB value is (26,15,12). Sum of RGB (Red+Green+Blue) = 26+15+12=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F0C is #E5F0F3. Grayscale: #111111. Windows color (decimal): -15069428 or 790298. OLE color: 790298.

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

Color convert

RGB261512-
CMYK00.420.540.90
HSL12.86º36.84%7.45%-
HSV(B)12.86º53.85%10.2%-
XYZ0.660.590.43-
YUV17.95124.64133.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 49.06%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=49.06%
G=28.30%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26151200.420.540.9012.8636.847.45
Hex1AFC02A365Ad257
Octal3217140526613215457
Binary1101011111100010101011011010110101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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