Html Css Color HEX #200701 Seal Brown

📋 copy color: '#200701'

red 32 ◦ green 7 ◦ blue 1

#200701
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #200701

Tints of Seal Brown #200701

RGB

 RED value IS 32 (12.89% from 255) = 80%

 GREEN value IS 7 (3.13% from 255) = 17.5%

 BLUE value IS 1 (0.78% from 255) = 2.5%

R = 80%
G = 17.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#200701 (or 0x200701) is known color: 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

RGB 32 7 1 -
CMYK 0 0.78 0.97 0.87
HSL 11.61º 0.94% 0.06% -
HSV(B) 11.61º 0.97% 0.13% -
XYZ 0.68 0.46 0.08 -
YUV 13.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 32 7 1 0 0.78 0.97 0.87 11.61 0.94 0.06
Hex 20 7 1 0 4E 61 57 C 5E 6
Octal 40 7 1 0 116 141 127 14 136 6
Binary 100000 111 1 0 1001110 1100001 1010111 1100 1011110 110

Color Harmonies of #200701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200701

Black with #200701

Text Example


Text Example

White with #200701

Text Example


Text Example

HTML Codes & Css Web 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>