#211004

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

Shades of Wood Bark #211004

Tints of Wood Bark #211004

Color information

#211004 (or 0x211004) is unknown color: approx Wood Bark. HEX triplet: 21, 10 and 04. RGB value is (33,16,4). Sum of RGB (Red+Green+Blue) = 33+16+4=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #211004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211004 is #DEEFFB. Grayscale: #131313. Windows color (decimal): -14610428 or 266273. OLE color: 266273.

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

Color convert

RGB33164-
CMYK00.520.880.87
HSL24.83º78.38%7.25%-
HSV(B)24.83º87.88%12.94%-
XYZ0.830.70.21-
YUV19.72119.13137.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 62.26%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 4 (1.95% from 255) = 7.55%
R=62.26%
G=30.19%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3316400.520.880.8724.8378.387.25
Hex211040345857194e7
Octal41204064130127311167
Binary10000110000100011010010110001010111110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211004; }

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

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

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

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

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

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

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

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