#442321

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

Shades of Brown Pod #442321

Tints of Brown Pod #442321

Color information

#442321 (or 0x442321) is unknown color: approx Brown Pod. HEX triplet: 44, 23 and 21. RGB value is (68,35,33). Sum of RGB (Red+Green+Blue) = 68+35+33=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #442321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442321 is #BBDCDE. Grayscale: #2C2C2C. Windows color (decimal): -12311775 or 2171716. OLE color: 2171716.

HSL color Cylindrical-coordinate representation of color #442321: hue angle of 3.43º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442321 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB683533-
CMYK00.490.510.73
HSL3.43º34.65%19.8%-
HSV(B)3.43º51.47%26.67%-
XYZ3.262.541.76-
YUV44.64121.43144.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 25.74%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=50%
G=25.74%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68353300.490.510.733.4334.6519.8
Hex442321031334932314
Octal10443410616311134324
Binary1000100100011100001011000111001110010011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442321; }

 p { color: rgb(68,35,33); }

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

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

 a { background-color: rgb(68,35,33); }

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

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

 span { border-color: rgb(68,35,33); }

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