#21160E

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

Shades of Wood Bark #21160E

Tints of Wood Bark #21160E

Color information

#21160E (or 0x21160E) is unknown color: approx Wood Bark. HEX triplet: 21, 16 and 0E. RGB value is (33,22,14). Sum of RGB (Red+Green+Blue) = 33+22+14=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #21160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21160E is #DEE9F1. Grayscale: #181818. Windows color (decimal): -14608882 or 923169. OLE color: 923169.

HSL color Cylindrical-coordinate representation of color #21160E: hue angle of 25.26º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21160E is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.87.

Color convert

RGB332214-
CMYK00.330.580.87
HSL25.26º40.43%9.22%-
HSV(B)25.26º57.58%12.94%-
XYZ0.990.930.54-
YUV24.38122.14134.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.83%
GREEN value IS 22 (8.98% from 255) = 31.88%
BLUE value IS 14 (5.86% from 255) = 20.29%
R=47.83%
G=31.88%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33221400.330.580.8725.2640.439.22
Hex2116E0213A5719289
Octal41261604172127315011
Binary10000110110111001000011110101010111110011010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21160E; }

 p { color: rgb(33,22,14); }

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

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

 a { background-color: rgb(33,22,14); }

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

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

 span { border-color: rgb(33,22,14); }

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