Html Css Color HEX #200501 Seal Brown

📋 copy color: '#200501'

red 32 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #200501

Tints of Seal Brown #200501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.16%

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

R = 84.21%
G = 13.16%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#200501 (or 0x200501) is known color: Seal Brown. HEX triplet: 20, 05 and 01. RGB value is (32,5,1). Sum of RGB (Red+Green+Blue) = 32+5+1=38 (5% of max value = 765). Red value is 32 (12.89% from 255 or 84.21% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 32 - color contains mainly: red. Hex color #200501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200501 is #DFFAFE. Grayscale: #0C0C0C. Windows color (decimal): -14678783 or 66848. OLE color: 66848.

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

Color convert

RGB 32 5 1 -
CMYK 0 0.84 0.97 0.87
HSL 7.74º 0.94% 0.06% -
HSV(B) 7.74º 0.97% 0.13% -
XYZ 0.66 0.42 0.07 -
YUV 12.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 32 5 1 0 0.84 0.97 0.87 7.74 0.94 0.06
Hex 20 5 1 0 54 61 57 8 5E 6
Octal 40 5 1 0 124 141 127 10 136 6
Binary 100000 101 1 0 1010100 1100001 1010111 1000 1011110 110

Color Harmonies of #200501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200501

Black with #200501

Text Example


Text Example

White with #200501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200501; }

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

 H1.HeaderClassName
 {
   color: #200501;
 }
 .AnyTagClassName
 {
   color: #200501;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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