Html Css Color HEX #221005 Wood Bark

📋 copy color: '#221005'

red 34 ◦ green 16 ◦ blue 5

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

Shades of Wood Bark #221005

Tints of Wood Bark #221005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 29.09%

 BLUE value IS 5 (2.34% from 255) = 9.09%

R = 61.82%
G = 29.09%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#221005 (or 0x221005) is known color: Wood Bark. HEX triplet: 22, 10 and 05. RGB value is (34,16,5). Sum of RGB (Red+Green+Blue) = 34+16+5=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #221005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221005 is #DDEFFA. Grayscale: #141414. Windows color (decimal): -14544891 or 331810. OLE color: 331810.

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

Color convert

RGB 34 16 5 -
CMYK 0 0.53 0.85 0.87
HSL 22.76º 0.74% 0.08% -
HSV(B) 22.76º 0.85% 0.13% -
XYZ 0.87 0.72 0.24 -
YUV 20.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 34 16 5 0 0.53 0.85 0.87 22.76 0.74 0.08
Hex 22 10 5 0 35 55 57 17 4A 8
Octal 42 20 5 0 65 125 127 27 112 10
Binary 100010 10000 101 0 110101 1010101 1010111 10111 1001010 1000

Color Harmonies of #221005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221005

Black with #221005

Text Example


Text Example

White with #221005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221005; }

 p { color: rgb(34,16,5); }

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

background-color css

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

 a { background-color: rgb(34,16,5); }

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

border-color css

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

 span { border-color: rgb(34,16,5); }

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