Html Css Color HEX #200D01 Seal Brown

📋 copy color: '#200D01'

red 32 ◦ green 13 ◦ blue 1

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

Shades of Seal Brown #200D01

Tints of Seal Brown #200D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 28.26%

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

R = 69.57%
G = 28.26%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#200D01 (or 0x200D01) is known color: Seal Brown. HEX triplet: 20, 0D and 01. RGB value is (32,13,1). Sum of RGB (Red+Green+Blue) = 32+13+1=46 (6% of max value = 765). Red value is 32 (12.89% from 255 or 69.57% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 32 - color contains mainly: red. Hex color #200D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D01 is #DFF2FE. Grayscale: #111111. Windows color (decimal): -14676735 or 68896. OLE color: 68896.

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

Color convert

RGB 32 13 1 -
CMYK 0 0.59 0.97 0.87
HSL 23.23º 0.94% 0.06% -
HSV(B) 23.23º 0.97% 0.13% -
XYZ 0.75 0.6 0.1 -
YUV 17.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 32 13 1 0 0.59 0.97 0.87 23.23 0.94 0.06
Hex 20 D 1 0 3B 61 57 17 5E 6
Octal 40 15 1 0 73 141 127 27 136 6
Binary 100000 1101 1 0 111011 1100001 1010111 10111 1011110 110

Color Harmonies of #200D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D01

Black with #200D01

Text Example


Text Example

White with #200D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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