#1B1412

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

Shades of Seal Brown #1B1412

Tints of Seal Brown #1B1412

Color information

#1B1412 (or 0x1B1412) is unknown color: approx Seal Brown. HEX triplet: 1B, 14 and 12. RGB value is (27,20,18). Sum of RGB (Red+Green+Blue) = 27+20+18=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1412 is #E4EBED. Grayscale: #151515. Windows color (decimal): -15002606 or 1184795. OLE color: 1184795.

HSL color Cylindrical-coordinate representation of color #1B1412: hue angle of 13.33º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1B1412 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.89.

Color convert

RGB272018-
CMYK00.260.330.89
HSL13.33º20%8.82%-
HSV(B)13.33º33.33%10.59%-
XYZ0.810.780.68-
YUV21.86125.82131.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 41.54%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 18 (7.42% from 255) = 27.69%
R=41.54%
G=30.77%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27201800.260.330.8913.33208.82
Hex1B141201A2159d149
Octal33242203241131152411
Binary11011101001001001101010000110110011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,20,18); }

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

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

 a { background-color: rgb(27,20,18); }

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

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

 span { border-color: rgb(27,20,18); }

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