#201411

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

Shades of Seal Brown #201411

Tints of Seal Brown #201411

Color information

#201411 (or 0x201411) is unknown color: approx Seal Brown. HEX triplet: 20, 14 and 11. RGB value is (32,20,17). Sum of RGB (Red+Green+Blue) = 32+20+17=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #201411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201411 is #DFEBEE. Grayscale: #171717. Windows color (decimal): -14674927 or 1119264. OLE color: 1119264.

HSL color Cylindrical-coordinate representation of color #201411: hue angle of 12º 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 #201411 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB322017-
CMYK00.370.470.87
HSL12º30.61%9.61%-
HSV(B)12º46.88%12.55%-
XYZ0.950.850.64-
YUV23.25124.48134.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 46.38%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=46.38%
G=28.99%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32201700.370.470.871230.619.61
Hex2014110252F57c1fa
Octal40242104557127143712
Binary1000001010010001010010110111110101111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201411; }

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

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

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

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

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

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

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

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