#201005

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

Shades of Wood Bark #201005

Tints of Wood Bark #201005

Color information

#201005 (or 0x201005) is unknown color: approx Wood Bark. HEX triplet: 20, 10 and 05. RGB value is (32,16,5). Sum of RGB (Red+Green+Blue) = 32+16+5=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #201005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201005 is #DFEFFA. Grayscale: #131313. Windows color (decimal): -14675963 or 331808. OLE color: 331808.

HSL color Cylindrical-coordinate representation of color #201005: hue angle of 24.44º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201005 is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB32165-
CMYK00.50.840.87
HSL24.44º72.97%7.25%-
HSV(B)24.44º84.38%12.55%-
XYZ0.810.690.23-
YUV19.53119.8136.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 5 (2.34% from 255) = 9.43%
R=60.38%
G=30.19%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3216500.50.840.8724.4472.977.25
Hex20105032545718497
Octal40205062124127301117
Binary10000010000101011001010101001010111110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201005; }

 p { color: rgb(32,16,5); }

 H1.HeaderClassName
 {
   color: #201005;
 }
 .AnyTagClassName
 {
   color: #201005;
 }
</style>
background-color css

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

 a { background-color: rgb(32,16,5); }

 div.DivClassName
 {
   background-color: #201005;
 }
 .BgClassName
 {
   background-color: #201005;
 }
</style>
border-color css

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

 span { border-color: rgb(32,16,5); }

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