#422320

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

Shades of Brown Pod #422320

Tints of Brown Pod #422320

Color information

#422320 (or 0x422320) is unknown color: approx Brown Pod. HEX triplet: 42, 23 and 20. RGB value is (66,35,32). Sum of RGB (Red+Green+Blue) = 66+35+32=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422320 is #BDDCDF. Grayscale: #2B2B2B. Windows color (decimal): -12442848 or 2106178. OLE color: 2106178.

HSL color Cylindrical-coordinate representation of color #422320: hue angle of 5.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422320 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB663532-
CMYK00.470.520.74
HSL5.29º34.69%19.22%-
HSV(B)5.29º51.52%25.88%-
XYZ3.112.461.68-
YUV43.93121.27143.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=49.62%
G=26.32%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66353200.470.520.745.2934.6919.22
Hex42232002F344A52313
Octal10243400576411254323
Binary10000101000111000000101111110100100101010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422320; }

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

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

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

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

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

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

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

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