#442008

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

Shades of Brown Pod #442008

Tints of Brown Pod #442008

Color information

#442008 (or 0x442008) is unknown color: approx Brown Pod. HEX triplet: 44, 20 and 08. RGB value is (68,32,8). Sum of RGB (Red+Green+Blue) = 68+32+8=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #442008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442008 is #BBDFF7. Grayscale: #282828. Windows color (decimal): -12312568 or 532548. OLE color: 532548.

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

Color convert

RGB68328-
CMYK00.530.880.73
HSL24º78.95%14.9%-
HSV(B)24º88.24%26.67%-
XYZ2.942.280.51-
YUV40.03109.93147.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.96%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=62.96%
G=29.63%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6832800.530.880.732478.9514.9
Hex442080355849184ff
Octal10440100651301113011717
Binary100010010000010000110101101100010010011100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442008; }

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

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

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

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

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

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

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

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