#442215

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

Shades of Brown Pod #442215

Tints of Brown Pod #442215

Color information

#442215 (or 0x442215) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 15. RGB value is (68,34,21). Sum of RGB (Red+Green+Blue) = 68+34+21=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442215 is #BBDDEA. Grayscale: #2A2A2A. Windows color (decimal): -12312043 or 1385028. OLE color: 1385028.

HSL color Cylindrical-coordinate representation of color #442215: hue angle of 16.6º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442215 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB683421-
CMYK00.500.690.73
HSL16.6º52.81%17.45%-
HSV(B)16.6º69.12%26.67%-
XYZ3.092.431.02-
YUV42.68115.76146.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.28%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=55.28%
G=27.64%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68342100.500.690.7316.652.8117.45
Hex4422150324549113511
Octal1044225062105111216521
Binary1000100100010101010110010100010110010011000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442215; }

 p { color: rgb(68,34,21); }

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

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

 a { background-color: rgb(68,34,21); }

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

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

 span { border-color: rgb(68,34,21); }

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