#221713

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

Shades of Wood Bark #221713

Tints of Wood Bark #221713

Color information

#221713 (or 0x221713) is unknown color: approx 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

RGB342319-
CMYK00.320.440.87
HSL16º28.3%10.39%-
HSV(B)16º44.12%13.33%-
XYZ1.0810.75-
YUV25.83124.14133.83-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34231900.320.440.871628.310.39
Hex2217130202C57101ca
Octal42272304054127203412
Binary10001010111100110100000101100101011110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>