#211510

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

Shades of Wood Bark #211510

Tints of Wood Bark #211510

Color information

#211510 (or 0x211510) is unknown color: approx Wood Bark. HEX triplet: 21, 15 and 10. RGB value is (33,21,16). Sum of RGB (Red+Green+Blue) = 33+21+16=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #211510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211510 is #DEEAEF. Grayscale: #181818. Windows color (decimal): -14609136 or 1053985. OLE color: 1053985.

HSL color Cylindrical-coordinate representation of color #211510: hue angle of 17.65º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #211510 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB332116-
CMYK00.360.520.87
HSL17.65º34.69%9.61%-
HSV(B)17.65º51.52%12.94%-
XYZ0.990.90.61-
YUV24.02123.48134.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=47.14%
G=30%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33211600.360.520.8717.6534.699.61
Hex21151002434571223a
Octal41252004464127224312
Binary100001101011000001001001101001010111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211510; }

 p { color: rgb(33,21,16); }

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

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

 a { background-color: rgb(33,21,16); }

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

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

 span { border-color: rgb(33,21,16); }

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