Html Css Color HEX #20130D Wood Bark

📋 copy color: '#20130D'

red 32 ◦ green 19 ◦ blue 13

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

Shades of Wood Bark #20130D

Tints of Wood Bark #20130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 20.31%

R = 50%
G = 29.69%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#20130D (or 0x20130D) is known color: Wood Bark. HEX triplet: 20, 13 and 0D. RGB value is (32,19,13). Sum of RGB (Red+Green+Blue) = 32+19+13=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #20130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20130D is #DFECF2. Grayscale: #161616. Windows color (decimal): -14675187 or 856864. OLE color: 856864.

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

Color convert

RGB 32 19 13 -
CMYK 0 0.41 0.59 0.87
HSL 18.95º 0.42% 0.09% -
HSV(B) 18.95º 0.59% 0.13% -
XYZ 0.9 0.8 0.49 -
YUV 22.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 32 19 13 0 0.41 0.59 0.87 18.95 0.42 0.09
Hex 20 13 D 0 29 3B 57 13 2A 9
Octal 40 23 15 0 51 73 127 23 52 11
Binary 100000 10011 1101 0 101001 111011 1010111 10011 101010 1001

Color Harmonies of #20130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20130D

Black with #20130D

Text Example


Text Example

White with #20130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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