#1C1211

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

Shades of Seal Brown #1C1211

Tints of Seal Brown #1C1211

Color information

#1C1211 (or 0x1C1211) is unknown color: approx Seal Brown. HEX triplet: 1C, 12 and 11. RGB value is (28,18,17). Sum of RGB (Red+Green+Blue) = 28+18+17=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1211 is #E3EDEE. Grayscale: #141414. Windows color (decimal): -14937583 or 1118748. OLE color: 1118748.

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

Color convert

RGB281817-
CMYK00.360.390.89
HSL5.45º24.44%8.82%-
HSV(B)5.45º39.29%10.98%-
XYZ0.80.720.63-
YUV20.88125.81133.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 17 (7.03% from 255) = 26.98%
R=44.44%
G=28.57%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28181700.360.390.895.4524.448.82
Hex1C121102427595189
Octal3422210444713153011
Binary11100100101000101001001001111011001101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,18,17); }

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

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

 a { background-color: rgb(28,18,17); }

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

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

 span { border-color: rgb(28,18,17); }

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