Html Css Color HEX #200201 Seal Brown

📋 copy color: '#200201'

red 32 ◦ green 2 ◦ blue 1

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

Shades of Seal Brown #200201

Tints of Seal Brown #200201

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 value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

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

RGB 32 2 1 -
CMYK 0 0.94 0.97 0.87
HSL 1.94º 0.94% 0.06% -
HSV(B) 1.94º 0.97% 0.13% -
XYZ 0.62 0.35 0.06 -
YUV 10.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 32 2 1 0 0.94 0.97 0.87 1.94 0.94 0.06
Hex 20 2 1 0 5E 61 57 2 5E 6
Octal 40 2 1 0 136 141 127 2 136 6
Binary 100000 10 1 0 1011110 1100001 1010111 10 1011110 110

Color Harmonies of #200201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200201

Black with #200201

Text Example


Text Example

White with #200201

Text Example


Text Example

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