#442516

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

Shades of Brown Pod #442516

Tints of Brown Pod #442516

Color information

#442516 (or 0x442516) is unknown color: approx Brown Pod. HEX triplet: 44, 25 and 16. RGB value is (68,37,22). Sum of RGB (Red+Green+Blue) = 68+37+22=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #442516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442516 is #BBDAE9. Grayscale: #2C2C2C. Windows color (decimal): -12311274 or 1451332. OLE color: 1451332.

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

Color convert

RGB683722-
CMYK00.460.680.73
HSL19.57º51.11%17.65%-
HSV(B)19.57º67.65%26.67%-
XYZ3.192.611.09-
YUV44.56115.27144.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.54%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=53.54%
G=29.13%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68372200.460.680.7319.5751.1117.65
Hex44251602E4449143312
Octal1044526056104111246322
Binary1000100100101101100101110100010010010011010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442516; }

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

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

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

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

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

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

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

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