#201513

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

Shades of Seal Brown #201513

Tints of Seal Brown #201513

Color information

#201513 (or 0x201513) is unknown color: approx Seal Brown. HEX triplet: 20, 15 and 13. RGB value is (32,21,19). Sum of RGB (Red+Green+Blue) = 32+21+19=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #201513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201513 is #DFEAEC. Grayscale: #181818. Windows color (decimal): -14674669 or 1250592. OLE color: 1250592.

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

Color convert

RGB322119-
CMYK00.340.410.87
HSL9.23º25.49%10%-
HSV(B)9.23º40.62%12.55%-
XYZ0.980.890.74-
YUV24.06125.14133.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=44.44%
G=29.17%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32211900.340.410.879.2325.4910
Hex2015130222957919a
Octal40252304251127113112
Binary1000001010110011010001010100110101111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201513; }

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

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

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

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

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

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

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

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