Html Css Color HEX #211712 Wood Bark

📋 copy color: '#211712'

red 33 ◦ green 23 ◦ blue 18

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

Shades of Wood Bark #211712

Tints of Wood Bark #211712

RGB

 RED value IS 33 (13.28% from 255) = 44.59%

 GREEN value IS 23 (9.38% from 255) = 31.08%

 BLUE value IS 18 (7.42% from 255) = 24.32%

R = 44.59%
G = 31.08%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.87

RGB Variations

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

Color information

#211712 (or 0x211712) is known color: Wood Bark. HEX triplet: 21, 17 and 12. RGB value is (33,23,18). Sum of RGB (Red+Green+Blue) = 33+23+18=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211712 is #DEE8ED. Grayscale: #191919. Windows color (decimal): -14608622 or 1185569. OLE color: 1185569.

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

Color convert

RGB 33 23 18 -
CMYK 0 0.30 0.45 0.87
HSL 20º 0.29% 0.1% -
HSV(B) 20º 0.45% 0.13% -
XYZ 1.04 0.98 0.71 -
YUV 25.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 33 23 18 0 0.30 0.45 0.87 20 0.29 0.1
Hex 21 17 12 0 1E 2D 57 14 1D A
Octal 41 27 22 0 36 55 127 24 35 12
Binary 100001 10111 10010 0 11110 101101 1010111 10100 11101 1010

Color Harmonies of #211712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211712

Black with #211712

Text Example


Text Example

White with #211712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211712; }

 p { color: rgb(33,23,18); }

 H1.HeaderClassName
 {
   color: #211712;
 }
 .AnyTagClassName
 {
   color: #211712;
 }
</style>

background-color css

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

 a { background-color: rgb(33,23,18); }

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

border-color css

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

 span { border-color: rgb(33,23,18); }

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