#442011

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

Shades of Brown Pod #442011

Tints of Brown Pod #442011

Color information

#442011 (or 0x442011) is unknown color: approx Brown Pod. HEX triplet: 44, 20 and 11. RGB value is (68,32,17). Sum of RGB (Red+Green+Blue) = 68+32+17=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #442011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442011 is #BBDFEE. Grayscale: #292929. Windows color (decimal): -12312559 or 1122372. OLE color: 1122372.

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

Color convert

RGB683217-
CMYK00.530.750.73
HSL17.65º60%16.67%-
HSV(B)17.65º75%26.67%-
XYZ32.30.82-
YUV41.05114.43147.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=58.12%
G=27.35%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68321700.530.750.7317.656016.67
Hex4420110354B49123c11
Octal1044021065113111227421
Binary1000100100000100010110101100101110010011001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442011; }

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

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

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

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

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

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

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

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