Html Css Color HEX #200401 Seal Brown

📋 copy color: '#200401'

red 32 ◦ green 4 ◦ blue 1

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

Shades of Seal Brown #200401

Tints of Seal Brown #200401

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.7%

R = 86.49%
G = 10.81%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

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

RGB 32 4 1 -
CMYK 0 0.87 0.97 0.87
HSL 5.81º 0.94% 0.06% -
HSV(B) 5.81º 0.97% 0.13% -
XYZ 0.64 0.4 0.07 -
YUV 12.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 32 4 1 0 0.87 0.97 0.87 5.81 0.94 0.06
Hex 20 4 1 0 57 61 57 6 5E 6
Octal 40 4 1 0 127 141 127 6 136 6
Binary 100000 100 1 0 1010111 1100001 1010111 110 1011110 110

Color Harmonies of #200401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200401

Black with #200401

Text Example


Text Example

White with #200401

Text Example


Text Example

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