Html Css Color HEX #200E01 Wood Bark

📋 copy color: '#200E01'

red 32 ◦ green 14 ◦ blue 1

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

Shades of Wood Bark #200E01

Tints of Wood Bark #200E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 29.79%

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

R = 68.09%
G = 29.79%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#200E01 (or 0x200E01) is known color: Wood Bark. HEX triplet: 20, 0E and 01. RGB value is (32,14,1). Sum of RGB (Red+Green+Blue) = 32+14+1=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #200E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E01 is #DFF1FE. Grayscale: #111111. Windows color (decimal): -14676479 or 69152. OLE color: 69152.

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

Color convert

RGB 32 14 1 -
CMYK 0 0.56 0.97 0.87
HSL 25.16º 0.94% 0.06% -
HSV(B) 25.16º 0.97% 0.13% -
XYZ 0.76 0.62 0.11 -
YUV 17.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 32 14 1 0 0.56 0.97 0.87 25.16 0.94 0.06
Hex 20 E 1 0 38 61 57 19 5E 6
Octal 40 16 1 0 70 141 127 31 136 6
Binary 100000 1110 1 0 111000 1100001 1010111 11001 1011110 110

Color Harmonies of #200E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E01

Black with #200E01

Text Example


Text Example

White with #200E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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