#442416

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

Shades of Brown Pod #442416

Tints of Brown Pod #442416

Color information

#442416 (or 0x442416) is unknown color: approx Brown Pod. HEX triplet: 44, 24 and 16. RGB value is (68,36,22). Sum of RGB (Red+Green+Blue) = 68+36+22=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #442416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442416 is #BBDBE9. Grayscale: #2C2C2C. Windows color (decimal): -12311530 or 1451076. OLE color: 1451076.

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

Color convert

RGB683622-
CMYK00.470.680.73
HSL18.26º51.11%17.65%-
HSV(B)18.26º67.65%26.67%-
XYZ3.162.551.08-
YUV43.97115.6145.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=53.97%
G=28.57%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68362200.470.680.7318.2651.1117.65
Hex44241602F4449123312
Octal1044426057104111226322
Binary1000100100100101100101111100010010010011001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442416; }

 p { color: rgb(68,36,22); }

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

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

 a { background-color: rgb(68,36,22); }

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

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

 span { border-color: rgb(68,36,22); }

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