#20120C

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

Shades of Seal Brown #20120C

Tints of Seal Brown #20120C

Color information

#20120C (or 0x20120C) is unknown color: approx Seal Brown. HEX triplet: 20, 12 and 0C. RGB value is (32,18,12). Sum of RGB (Red+Green+Blue) = 32+18+12=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #20120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20120C is #DFEDF3. Grayscale: #151515. Windows color (decimal): -14675444 or 791072. OLE color: 791072.

HSL color Cylindrical-coordinate representation of color #20120C: hue angle of 18º 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 #20120C is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB321812-
CMYK00.440.630.87
HSL18º45.45%8.63%-
HSV(B)18º62.5%12.55%-
XYZ0.880.770.45-
YUV21.5122.64135.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 51.61%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 12 (5.08% from 255) = 19.35%
R=51.61%
G=29.03%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32181200.440.630.871845.458.63
Hex2012C02C3F57122d9
Octal40221405477127225511
Binary10000010010110001011001111111010111100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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