#1A0C0C

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

Shades of Seal Brown #1A0C0C

Tints of Seal Brown #1A0C0C

Color information

#1A0C0C (or 0x1A0C0C) is unknown color: approx Seal Brown. HEX triplet: 1A, 0C and 0C. RGB value is (26,12,12). Sum of RGB (Red+Green+Blue) = 26+12+12=50 (6% of max value = 765). Red value is 26 (10.55% from 255 or 52% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C0C is #E5F3F3. Grayscale: #101010. Windows color (decimal): -15070196 or 789530. OLE color: 789530.

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

Color convert

RGB261212-
CMYK00.540.540.90
HSL36.84%7.45%-
HSV(B)53.85%10.2%-
XYZ0.620.510.41-
YUV16.19125.64135-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 52%
GREEN value IS 12 (5.08% from 255) = 24%
BLUE value IS 12 (5.08% from 255) = 24%
R=52%
G=24%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26121200.540.540.90036.847.45
Hex1ACC036365A0257
Octal321414066661320457
Binary1101011001100011011011011010110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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