Html Css Color HEX #422116 Brown Pod

📋 copy color: '#422116'

red 66 ◦ green 33 ◦ blue 22

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

Shades of Brown Pod #422116

Tints of Brown Pod #422116

RGB

 RED value IS 66 (26.17% from 255) = 54.55%

 GREEN value IS 33 (13.28% from 255) = 27.27%

 BLUE value IS 22 (8.98% from 255) = 18.18%

R = 54.55%
G = 27.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#422116 (or 0x422116) is known color: Brown Pod. HEX triplet: 42, 21 and 16. RGB value is (66,33,22). Sum of RGB (Red+Green+Blue) = 66+33+22=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422116 is #BDDEE9. Grayscale: #292929. Windows color (decimal): -12443370 or 1450306. OLE color: 1450306.

HSL color Cylindrical-coordinate representation of color #422116: hue angle of 15º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422116 is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 33 22 -
CMYK 0 0.5 0.67 0.74
HSL 15º 0.5% 0.17% -
HSV(B) 15º 0.67% 0.26% -
XYZ 2.94 2.3 1.05 -
YUV 41.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 66 33 22 0 0.5 0.67 0.74 15 0.5 0.17
Hex 42 21 16 0 32 43 4A F 32 11
Octal 102 41 26 0 62 103 112 17 62 21
Binary 1000010 100001 10110 0 110010 1000011 1001010 1111 110010 10001

Color Harmonies of #422116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422116

Black with #422116

Text Example


Text Example

White with #422116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422116; }

 p { color: rgb(66,33,22); }

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

background-color css

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

 a { background-color: rgb(66,33,22); }

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

border-color css

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

 span { border-color: rgb(66,33,22); }

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