#201212

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

Shades of Seal Brown #201212

Tints of Seal Brown #201212

Color information

#201212 (or 0x201212) is unknown color: approx Seal Brown. HEX triplet: 20, 12 and 12. RGB value is (32,18,18). Sum of RGB (Red+Green+Blue) = 32+18+18=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #201212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201212 is #DFEDED. Grayscale: #161616. Windows color (decimal): -14675438 or 1184288. OLE color: 1184288.

HSL color Cylindrical-coordinate representation of color #201212: hue angle of 0º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #201212 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB321818-
CMYK00.440.440.87
HSL28%9.8%-
HSV(B)43.75%12.55%-
XYZ0.920.780.67-
YUV22.19125.64135-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.06%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=47.06%
G=26.47%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32181800.440.440.870289.8
Hex20121202C2C5701ca
Octal4022220545412703412
Binary1000001001010010010110010110010101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201212; }

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

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

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

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

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

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

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

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