#200701

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

Shades of Seal Brown #200701

Tints of Seal Brown #200701

Color information

#200701 (or 0x200701) is unknown color: approx Seal Brown. HEX triplet: 20, 07 and 01. RGB value is (32,7,1). Sum of RGB (Red+Green+Blue) = 32+7+1=40 (5% of max value = 765). Red value is 32 (12.89% from 255 or 80% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 32 - color contains mainly: red. Hex color #200701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200701 is #DFF8FE. Grayscale: #0D0D0D. Windows color (decimal): -14678271 or 67360. OLE color: 67360.

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

Color convert

RGB3271-
CMYK00.780.970.87
HSL11.61º93.94%6.47%-
HSV(B)11.61º96.88%12.55%-
XYZ0.680.460.08-
YUV13.79120.78140.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 80%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 1 (0.78% from 255) = 2.5%
R=80%
G=17.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal327100.780.970.8711.6193.946.47
Hex207104E6157c5e6
Octal40710116141127141366
Binary1000001111010011101100001101011111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200701; }

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

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

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

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

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

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

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

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