Html Css Color HEX #20130B Wood Bark

📋 copy color: '#20130B'

red 32 ◦ green 19 ◦ blue 11

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

Shades of Wood Bark #20130B

Tints of Wood Bark #20130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.65%

 BLUE value IS 11 (4.69% from 255) = 17.74%

R = 51.61%
G = 30.65%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#20130B (or 0x20130B) is known color: Wood Bark. HEX triplet: 20, 13 and 0B. RGB value is (32,19,11). Sum of RGB (Red+Green+Blue) = 32+19+11=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #20130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20130B is #DFECF4. Grayscale: #161616. Windows color (decimal): -14675189 or 725792. OLE color: 725792.

HSL color Cylindrical-coordinate representation of color #20130B: hue angle of 22.86º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20130B is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 19 11 -
CMYK 0 0.41 0.66 0.87
HSL 22.86º 0.49% 0.08% -
HSV(B) 22.86º 0.66% 0.13% -
XYZ 0.89 0.8 0.42 -
YUV 21.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 32 19 11 0 0.41 0.66 0.87 22.86 0.49 0.08
Hex 20 13 B 0 29 42 57 17 31 8
Octal 40 23 13 0 51 102 127 27 61 10
Binary 100000 10011 1011 0 101001 1000010 1010111 10111 110001 1000

Color Harmonies of #20130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20130B

Black with #20130B

Text Example


Text Example

White with #20130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20130B; }

 p { color: rgb(32,19,11); }

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

background-color css

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

 a { background-color: rgb(32,19,11); }

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

border-color css

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

 span { border-color: rgb(32,19,11); }

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