#201613

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

Shades of Seal Brown #201613

Tints of Seal Brown #201613

Color information

#201613 (or 0x201613) is unknown color: approx Seal Brown. HEX triplet: 20, 16 and 13. RGB value is (32,22,19). Sum of RGB (Red+Green+Blue) = 32+22+19=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #201613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201613 is #DFE9EC. Grayscale: #181818. Windows color (decimal): -14674413 or 1250848. OLE color: 1250848.

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

Color convert

RGB322219-
CMYK00.310.410.87
HSL13.85º25.49%10%-
HSV(B)13.85º40.62%12.55%-
XYZ10.930.74-
YUV24.65124.81133.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.84%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=43.84%
G=30.14%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32221900.310.410.8713.8525.4910
Hex20161301F2957e19a
Octal40262303751127163112
Binary100000101101001101111110100110101111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201613; }

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

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

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

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

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

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

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

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