#201211

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

Shades of Seal Brown #201211

Tints of Seal Brown #201211

Color information

#201211 (or 0x201211) is unknown color: approx Seal Brown. HEX triplet: 20, 12 and 11. RGB value is (32,18,17). Sum of RGB (Red+Green+Blue) = 32+18+17=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #201211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201211 is #DFEDEE. Grayscale: #161616. Windows color (decimal): -14675439 or 1118752. OLE color: 1118752.

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

Color convert

RGB321817-
CMYK00.440.470.87
HSL30.61%9.61%-
HSV(B)46.88%12.55%-
XYZ0.910.780.63-
YUV22.07125.14135.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.76%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=47.76%
G=26.87%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32181700.440.470.87430.619.61
Hex20121102C2F5741fa
Octal4022210545712743712
Binary100000100101000101011001011111010111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201211; }

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

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

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

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

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

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

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

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