Html Css Color HEX #221713 Wood Bark

📋 copy color: '#221713'

red 34 ◦ green 23 ◦ blue 19

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

Shades of Wood Bark #221713

Tints of Wood Bark #221713

RGB

 RED value IS 34 (13.67% from 255) = 44.74%

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

 BLUE value IS 19 (7.81% from 255) = 25%

R = 44.74%
G = 30.26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#221713 (or 0x221713) is known color: Wood Bark. HEX triplet: 22, 17 and 13. RGB value is (34,23,19). Sum of RGB (Red+Green+Blue) = 34+23+19=76 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.74% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 34 - color contains mainly: red. Hex color #221713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221713 is #DDE8EC. Grayscale: #191919. Windows color (decimal): -14543085 or 1251106. OLE color: 1251106.

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

Color convert

RGB 34 23 19 -
CMYK 0 0.32 0.44 0.87
HSL 16º 0.28% 0.1% -
HSV(B) 16º 0.44% 0.13% -
XYZ 1.08 1 0.75 -
YUV 25.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 34 23 19 0 0.32 0.44 0.87 16 0.28 0.1
Hex 22 17 13 0 20 2C 57 10 1C A
Octal 42 27 23 0 40 54 127 20 34 12
Binary 100010 10111 10011 0 100000 101100 1010111 10000 11100 1010

Color Harmonies of #221713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221713

Black with #221713

Text Example


Text Example

White with #221713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221713; }

 p { color: rgb(34,23,19); }

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

background-color css

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

 a { background-color: rgb(34,23,19); }

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

border-color css

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

 span { border-color: rgb(34,23,19); }

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