#422214

Color #422214 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #422214

Tints of Brown Pod #422214

Color information

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

RGB663420-
CMYK00.480.700.74
HSL18.26º53.49%16.86%-
HSV(B)18.26º69.7%25.88%-
XYZ2.952.350.96-
YUV41.97115.6145.14-

RGB Variations

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

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.20% from 255) = 16.67%
R=55%
G=28.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66342000.480.700.7418.2653.4916.86
Hex422214030464A123511
Octal1024224060106112226521
Binary1000010100010101000110000100011010010101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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