Html Css Color HEX #20150F Wood Bark

📋 copy color: '#20150F'

red 32 ◦ green 21 ◦ blue 15

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

Shades of Wood Bark #20150F

Tints of Wood Bark #20150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30.88%

 BLUE value IS 15 (6.25% from 255) = 22.06%

R = 47.06%
G = 30.88%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#20150F (or 0x20150F) is known color: Wood Bark. HEX triplet: 20, 15 and 0F. RGB value is (32,21,15). Sum of RGB (Red+Green+Blue) = 32+21+15=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #20150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20150F is #DFEAF0. Grayscale: #171717. Windows color (decimal): -14674673 or 988448. OLE color: 988448.

HSL color Cylindrical-coordinate representation of color #20150F: hue angle of 21.18º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #20150F is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 21 15 -
CMYK 0 0.34 0.53 0.87
HSL 21.18º 0.36% 0.09% -
HSV(B) 21.18º 0.53% 0.13% -
XYZ 0.95 0.88 0.57 -
YUV 23.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 32 21 15 0 0.34 0.53 0.87 21.18 0.36 0.09
Hex 20 15 F 0 22 35 57 15 24 9
Octal 40 25 17 0 42 65 127 25 44 11
Binary 100000 10101 1111 0 100010 110101 1010111 10101 100100 1001

Color Harmonies of #20150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20150F

Black with #20150F

Text Example


Text Example

White with #20150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20150F; }

 p { color: rgb(32,21,15); }

 H1.HeaderClassName
 {
   color: #20150F;
 }
 .AnyTagClassName
 {
   color: #20150F;
 }
</style>

background-color css

<style>
 a { background-color: #20150F; }

 a { background-color: rgb(32,21,15); }

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

border-color css

<style>
 span { border-color: #20150F; }

 span { border-color: rgb(32,21,15); }

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