Html Css Color HEX #422214 Brown Pod

📋 copy color: '#422214'

red 66 ◦ green 34 ◦ blue 20

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

Shades of Brown Pod #422214

Tints of Brown Pod #422214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.33%

 BLUE value IS 20 (8.2% from 255) = 16.67%

R = 55%
G = 28.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#422214 (or 0x422214) is known color: Brown Pod. HEX triplet: 42, 22 and 14. RGB value is (66,34,20). Sum of RGB (Red+Green+Blue) = 66+34+20=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422214 is #BDDDEB. Grayscale: #2A2A2A. Windows color (decimal): -12443116 or 1319490. OLE color: 1319490.

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

Color convert

RGB 66 34 20 -
CMYK 0 0.48 0.70 0.74
HSL 18.26º 0.53% 0.17% -
HSV(B) 18.26º 0.7% 0.26% -
XYZ 2.95 2.35 0.96 -
YUV 41.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 66 34 20 0 0.48 0.70 0.74 18.26 0.53 0.17
Hex 42 22 14 0 30 46 4A 12 35 11
Octal 102 42 24 0 60 106 112 22 65 21
Binary 1000010 100010 10100 0 110000 1000110 1001010 10010 110101 10001

Color Harmonies of #422214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422214

Black with #422214

Text Example


Text Example

White with #422214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422214; }

 p { color: rgb(66,34,20); }

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

background-color css

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

 a { background-color: rgb(66,34,20); }

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

border-color css

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

 span { border-color: rgb(66,34,20); }

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