#442111

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

Shades of Brown Pod #442111

Tints of Brown Pod #442111

Color information

#442111 (or 0x442111) is unknown color: approx Brown Pod. HEX triplet: 44, 21 and 11. RGB value is (68,33,17). Sum of RGB (Red+Green+Blue) = 68+33+17=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #442111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442111 is #BBDEEE. Grayscale: #292929. Windows color (decimal): -12312303 or 1122628. OLE color: 1122628.

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

Color convert

RGB683317-
CMYK00.510.750.73
HSL18.82º60%16.67%-
HSV(B)18.82º75%26.67%-
XYZ3.032.360.83-
YUV41.64114.1146.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.63%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=57.63%
G=27.97%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68331700.510.750.7318.826016.67
Hex4421110334B49133c11
Octal1044121063113111237421
Binary1000100100001100010110011100101110010011001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442111; }

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

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

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

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

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

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

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

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