#1B1210

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

Shades of Seal Brown #1B1210

Tints of Seal Brown #1B1210

Color information

#1B1210 (or 0x1B1210) is unknown color: approx Seal Brown. HEX triplet: 1B, 12 and 10. RGB value is (27,18,16). Sum of RGB (Red+Green+Blue) = 27+18+16=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1210 is #E4EDEF. Grayscale: #141414. Windows color (decimal): -15003120 or 1053211. OLE color: 1053211.

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

Color convert

RGB271816-
CMYK00.330.410.89
HSL10.91º25.58%8.43%-
HSV(B)10.91º40.74%10.59%-
XYZ0.760.70.59-
YUV20.46125.48132.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 44.26%
GREEN value IS 18 (7.42% from 255) = 29.51%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=44.26%
G=29.51%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27181600.330.410.8910.9125.588.43
Hex1B12100212959b1a8
Octal33222004151131133210
Binary110111001010000010000110100110110011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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