#20150F

Color #20150F Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #20150F

Tints of Wood Bark #20150F

Color information

#20150F (or 0x20150F) is unknown color: approx 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

RGB322115-
CMYK00.340.530.87
HSL21.18º36.17%9.22%-
HSV(B)21.18º53.12%12.55%-
XYZ0.950.880.57-
YUV23.6123.14133.99-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32211500.340.530.8721.1836.179.22
Hex2015F022355715249
Octal40251704265127254411
Binary10000010101111101000101101011010111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>