#442005

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

Shades of Brown Pod #442005

Tints of Brown Pod #442005

Color information

#442005 (or 0x442005) is unknown color: approx Brown Pod. HEX triplet: 44, 20 and 05. RGB value is (68,32,5). Sum of RGB (Red+Green+Blue) = 68+32+5=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #442005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442005 is #BBDFFA. Grayscale: #272727. Windows color (decimal): -12312571 or 335940. OLE color: 335940.

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

Color convert

RGB68325-
CMYK00.530.930.73
HSL25.71º86.3%14.31%-
HSV(B)25.71º92.65%26.67%-
XYZ2.932.270.43-
YUV39.69108.43148.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.76%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=64.76%
G=30.48%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6832500.530.930.7325.7186.314.31
Hex442050355D491a56e
Octal1044050651351113212616
Binary10001001000001010110101101110110010011101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442005; }

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

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

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

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

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

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

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

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