#422314

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

Shades of Brown Pod #422314

Tints of Brown Pod #422314

Color information

#422314 (or 0x422314) is unknown color: approx Brown Pod. HEX triplet: 42, 23 and 14. RGB value is (66,35,20). Sum of RGB (Red+Green+Blue) = 66+35+20=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422314 is #BDDCEB. Grayscale: #2A2A2A. Windows color (decimal): -12442860 or 1319746. OLE color: 1319746.

HSL color Cylindrical-coordinate representation of color #422314: hue angle of 19.57º 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 #422314 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB663520-
CMYK00.470.700.74
HSL19.57º53.49%16.86%-
HSV(B)19.57º69.7%25.88%-
XYZ2.972.410.97-
YUV42.56115.27144.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.55%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=54.55%
G=28.93%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66352000.470.700.7419.5753.4916.86
Hex42231402F464A143511
Octal1024324057106112246521
Binary1000010100011101000101111100011010010101010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422314; }

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

 H1.HeaderClassName
 {
   color: #422314;
 }
 .AnyTagClassName
 {
   color: #422314;
 }
</style>
background-color css

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

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

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

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

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

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