Html Css Color HEX #221309 Wood Bark

📋 copy color: '#221309'

red 34 ◦ green 19 ◦ blue 9

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

Shades of Wood Bark #221309

Tints of Wood Bark #221309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.65%

 BLUE value IS 9 (3.91% from 255) = 14.52%

R = 54.84%
G = 30.65%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.87

RGB Variations

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

Color information

#221309 (or 0x221309) is known color: Wood Bark. HEX triplet: 22, 13 and 09. RGB value is (34,19,9). Sum of RGB (Red+Green+Blue) = 34+19+9=62 (8% of max value = 765). Red value is 34 (13.67% from 255 or 54.84% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 34 - color contains mainly: red. Hex color #221309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221309 is #DDECF6. Grayscale: #161616. Windows color (decimal): -14544119 or 594722. OLE color: 594722.

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

Color convert

RGB 34 19 9 -
CMYK 0 0.44 0.74 0.87
HSL 24º 0.58% 0.08% -
HSV(B) 24º 0.74% 0.13% -
XYZ 0.94 0.83 0.37 -
YUV 22.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 34 19 9 0 0.44 0.74 0.87 24 0.58 0.08
Hex 22 13 9 0 2C 4A 57 18 3A 8
Octal 42 23 11 0 54 112 127 30 72 10
Binary 100010 10011 1001 0 101100 1001010 1010111 11000 111010 1000

Color Harmonies of #221309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221309

Black with #221309

Text Example


Text Example

White with #221309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221309; }

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

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

background-color css

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

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

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

border-color css

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

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

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