#200401

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

Shades of Seal Brown #200401

Tints of Seal Brown #200401

Color information

#200401 (or 0x200401) is unknown color: approx Seal Brown. HEX triplet: 20, 04 and 01. RGB value is (32,4,1). Sum of RGB (Red+Green+Blue) = 32+4+1=37 (4% of max value = 765). Red value is 32 (12.89% from 255 or 86.49% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 32 - color contains mainly: red. Hex color #200401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200401 is #DFFBFE. Grayscale: #0C0C0C. Windows color (decimal): -14679039 or 66592. OLE color: 66592.

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

Color convert

RGB3241-
CMYK00.870.970.87
HSL5.81º93.94%6.47%-
HSV(B)5.81º96.88%12.55%-
XYZ0.640.40.07-
YUV12.03121.78142.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 86.49%
GREEN value IS 4 (1.95% from 255) = 10.81%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=86.49%
G=10.81%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal324100.870.970.875.8193.946.47
Hex2041057615765e6
Octal4041012714112761366
Binary100000100101010111110000110101111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200401; }

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

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

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

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

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

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

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

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