#201310

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

Shades of Seal Brown #201310

Tints of Seal Brown #201310

Color information

#201310 (or 0x201310) is unknown color: approx Seal Brown. HEX triplet: 20, 13 and 10. RGB value is (32,19,16). Sum of RGB (Red+Green+Blue) = 32+19+16=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #201310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201310 is #DFECEF. Grayscale: #161616. Windows color (decimal): -14675184 or 1053472. OLE color: 1053472.

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

Color convert

RGB321916-
CMYK00.410.50.87
HSL11.25º33.33%9.41%-
HSV(B)11.25º50%12.55%-
XYZ0.920.810.6-
YUV22.54124.31134.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.76%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 16 (6.64% from 255) = 23.88%
R=47.76%
G=28.36%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32191600.410.50.8711.2533.339.41
Hex2013100293257b219
Octal40232005162127134111
Binary10000010011100000101001110010101011110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201310; }

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

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

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

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

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

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

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

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