#201512

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

Shades of Seal Brown #201512

Tints of Seal Brown #201512

Color information

#201512 (or 0x201512) is unknown color: approx Seal Brown. HEX triplet: 20, 15 and 12. RGB value is (32,21,18). Sum of RGB (Red+Green+Blue) = 32+21+18=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #201512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201512 is #DFEAED. Grayscale: #171717. Windows color (decimal): -14674670 or 1185056. OLE color: 1185056.

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

Color convert

RGB322118-
CMYK00.340.440.87
HSL12.86º28%9.8%-
HSV(B)12.86º43.75%12.55%-
XYZ0.970.890.69-
YUV23.95124.64133.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=45.07%
G=29.58%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32211800.340.440.8712.86289.8
Hex2015120222C57d1ca
Octal40252204254127153412
Binary1000001010110010010001010110010101111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201512; }

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

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

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

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

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

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

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

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