#20120F

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

Shades of Seal Brown #20120F

Tints of Seal Brown #20120F

Color information

#20120F (or 0x20120F) is unknown color: approx Seal Brown. HEX triplet: 20, 12 and 0F. RGB value is (32,18,15). Sum of RGB (Red+Green+Blue) = 32+18+15=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #20120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20120F is #DFEDF0. Grayscale: #151515. Windows color (decimal): -14675441 or 987680. OLE color: 987680.

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

Color convert

RGB321815-
CMYK00.440.530.87
HSL10.59º36.17%9.22%-
HSV(B)10.59º53.12%12.55%-
XYZ0.90.770.55-
YUV21.84124.14135.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 49.23%
GREEN value IS 18 (7.42% from 255) = 27.69%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=49.23%
G=27.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32181500.440.530.8710.5936.179.22
Hex2012F02C3557b249
Octal40221705465127134411
Binary1000001001011110101100110101101011110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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