#211005

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

Shades of Wood Bark #211005

Tints of Wood Bark #211005

Color information

#211005 (or 0x211005) is unknown color: approx Wood Bark. HEX triplet: 21, 10 and 05. RGB value is (33,16,5). Sum of RGB (Red+Green+Blue) = 33+16+5=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #211005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211005 is #DEEFFA. Grayscale: #131313. Windows color (decimal): -14610427 or 331809. OLE color: 331809.

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

Color convert

RGB33165-
CMYK00.520.850.87
HSL23.57º73.68%7.45%-
HSV(B)23.57º84.85%12.94%-
XYZ0.840.70.24-
YUV19.83119.63137.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 61.11%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 5 (2.34% from 255) = 9.26%
R=61.11%
G=29.63%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3316500.520.850.8723.5773.687.45
Hex211050345557184a7
Octal41205064125127301127
Binary10000110000101011010010101011010111110001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211005; }

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

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

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

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

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

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

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

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