#200201

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

Shades of Seal Brown #200201

Tints of Seal Brown #200201

Color information

#200201 (or 0x200201) is unknown color: approx Seal Brown. HEX triplet: 20, 02 and 01. RGB value is (32,2,1). Sum of RGB (Red+Green+Blue) = 32+2+1=35 (4% of max value = 765). Red value is 32 (12.89% from 255 or 91.43% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 32 - color contains mainly: red. Hex color #200201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200201 is #DFFDFE. Grayscale: #0A0A0A. Windows color (decimal): -14679551 or 66080. OLE color: 66080.

HSL color Cylindrical-coordinate representation of color #200201: hue angle of 1.94º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200201 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB3221-
CMYK00.940.970.87
HSL1.94º93.94%6.47%-
HSV(B)1.94º96.88%12.55%-
XYZ0.620.350.06-
YUV10.86122.44143.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 91.43%
GREEN value IS 2 (1.17% from 255) = 5.71%
BLUE value IS 1 (0.78% from 255) = 2.86%
R=91.43%
G=5.71%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal322100.940.970.871.9493.946.47
Hex202105E615725e6
Octal4021013614112721366
Binary1000001010101111011000011010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200201; }

 p { color: rgb(32,2,1); }

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

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

 a { background-color: rgb(32,2,1); }

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

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

 span { border-color: rgb(32,2,1); }

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