#20110C

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

Shades of Seal Brown #20110C

Tints of Seal Brown #20110C

Color information

#20110C (or 0x20110C) is unknown color: approx Seal Brown. HEX triplet: 20, 11 and 0C. RGB value is (32,17,12). Sum of RGB (Red+Green+Blue) = 32+17+12=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #20110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20110C is #DFEEF3. Grayscale: #141414. Windows color (decimal): -14675700 or 790816. OLE color: 790816.

HSL color Cylindrical-coordinate representation of color #20110C: hue angle of 15º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20110C is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB321712-
CMYK00.470.630.87
HSL15º45.45%8.63%-
HSV(B)15º62.5%12.55%-
XYZ0.860.730.44-
YUV20.91122.97135.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 52.46%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=52.46%
G=27.87%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32171200.470.630.871545.458.63
Hex2011C02F3F57f2d9
Octal40211405777127175511
Binary1000001000111000101111111111101011111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20110C; }

 p { color: rgb(32,17,12); }

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

<style>
 a { background-color: #20110C; }

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

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

<style>
 span { border-color: #20110C; }

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

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