#442206

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

Shades of Brown Pod #442206

Tints of Brown Pod #442206

Color information

#442206 (or 0x442206) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 06. RGB value is (68,34,6). Sum of RGB (Red+Green+Blue) = 68+34+6=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #442206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442206 is #BBDDF9. Grayscale: #292929. Windows color (decimal): -12312058 or 401988. OLE color: 401988.

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

Color convert

RGB68346-
CMYK00.500.910.73
HSL27.1º83.78%14.51%-
HSV(B)27.1º91.18%26.67%-
XYZ2.992.390.48-
YUV40.97108.26147.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.96%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=62.96%
G=31.48%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6834600.500.910.7327.183.7814.51
Hex442260325B491b54f
Octal1044260621331113312417
Binary10001001000101100110010101101110010011101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442206; }

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

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

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

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

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

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

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

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