Html Css Color HEX #20130C Wood Bark

📋 copy color: '#20130C'

red 32 ◦ green 19 ◦ blue 12

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

Shades of Wood Bark #20130C

Tints of Wood Bark #20130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 19.05%

R = 50.79%
G = 30.16%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#20130C (or 0x20130C) is known color: Wood Bark. HEX triplet: 20, 13 and 0C. RGB value is (32,19,12). Sum of RGB (Red+Green+Blue) = 32+19+12=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #20130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20130C is #DFECF3. Grayscale: #161616. Windows color (decimal): -14675188 or 791328. OLE color: 791328.

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

Color convert

RGB 32 19 12 -
CMYK 0 0.41 0.63 0.87
HSL 21º 0.45% 0.09% -
HSV(B) 21º 0.63% 0.13% -
XYZ 0.89 0.8 0.45 -
YUV 22.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 32 19 12 0 0.41 0.63 0.87 21 0.45 0.09
Hex 20 13 C 0 29 3F 57 15 2D 9
Octal 40 23 14 0 51 77 127 25 55 11
Binary 100000 10011 1100 0 101001 111111 1010111 10101 101101 1001

Color Harmonies of #20130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20130C

Black with #20130C

Text Example


Text Example

White with #20130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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