#442006

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

Shades of Brown Pod #442006

Tints of Brown Pod #442006

Color information

#442006 (or 0x442006) is unknown color: approx Brown Pod. HEX triplet: 44, 20 and 06. RGB value is (68,32,6). Sum of RGB (Red+Green+Blue) = 68+32+6=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #442006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442006 is #BBDFF9. Grayscale: #272727. Windows color (decimal): -12312570 or 401476. OLE color: 401476.

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

Color convert

RGB68326-
CMYK00.530.910.73
HSL25.16º83.78%14.51%-
HSV(B)25.16º91.18%26.67%-
XYZ2.932.280.46-
YUV39.8108.93148.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.15%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=64.15%
G=30.19%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6832600.530.910.7325.1683.7814.51
Hex442060355B491954f
Octal1044060651331113112417
Binary10001001000001100110101101101110010011100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442006; }

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

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

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

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

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

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

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

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