#201410

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

Shades of Seal Brown #201410

Tints of Seal Brown #201410

Color information

#201410 (or 0x201410) is unknown color: approx Seal Brown. HEX triplet: 20, 14 and 10. RGB value is (32,20,16). Sum of RGB (Red+Green+Blue) = 32+20+16=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #201410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201410 is #DFEBEF. Grayscale: #171717. Windows color (decimal): -14674928 or 1053728. OLE color: 1053728.

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

Color convert

RGB322016-
CMYK00.370.50.87
HSL15º33.33%9.41%-
HSV(B)15º50%12.55%-
XYZ0.940.840.6-
YUV23.13123.98134.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.06%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 16 (6.64% from 255) = 23.53%
R=47.06%
G=29.41%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32201600.370.50.871533.339.41
Hex2014100253257f219
Octal40242004562127174111
Binary10000010100100000100101110010101011111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201410; }

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

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

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

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

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

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

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

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