Html Css Color HEX #211005 Wood Bark

📋 copy color: '#211005'

red 33 ◦ green 16 ◦ blue 5

#211005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #211005

Tints of Wood Bark #211005

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 value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#211005 (or 0x211005) is known color: 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

RGB 33 16 5 -
CMYK 0 0.52 0.85 0.87
HSL 23.57º 0.74% 0.07% -
HSV(B) 23.57º 0.85% 0.13% -
XYZ 0.84 0.7 0.24 -
YUV 19.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 33 16 5 0 0.52 0.85 0.87 23.57 0.74 0.07
Hex 21 10 5 0 34 55 57 18 4A 7
Octal 41 20 5 0 64 125 127 30 112 7
Binary 100001 10000 101 0 110100 1010101 1010111 11000 1001010 111

Color Harmonies of #211005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211005

Black with #211005

Text Example


Text Example

White with #211005

Text Example


Text Example

HTML Codes & Css Web 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>