#20130E

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

Shades of Seal Brown #20130E

Tints of Seal Brown #20130E

Color information

#20130E (or 0x20130E) is unknown color: approx Seal Brown. HEX triplet: 20, 13 and 0E. RGB value is (32,19,14). Sum of RGB (Red+Green+Blue) = 32+19+14=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #20130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20130E is #DFECF1. Grayscale: #161616. Windows color (decimal): -14675186 or 922400. OLE color: 922400.

HSL color Cylindrical-coordinate representation of color #20130E: hue angle of 16.67º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20130E is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB321914-
CMYK00.410.560.87
HSL16.67º39.13%9.02%-
HSV(B)16.67º56.25%12.55%-
XYZ0.910.80.52-
YUV22.32123.31134.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 49.23%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=49.23%
G=29.23%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32191400.410.560.8716.6739.139.02
Hex2013E029385711279
Octal40231605170127214711
Binary10000010011111001010011110001010111100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20130E; }

 p { color: rgb(32,19,14); }

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

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

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

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

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

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

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