#442001

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

Shades of Brown Pod #442001

Tints of Brown Pod #442001

Color information

#442001 (or 0x442001) is unknown color: approx Brown Pod. HEX triplet: 44, 20 and 01. RGB value is (68,32,1). Sum of RGB (Red+Green+Blue) = 68+32+1=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #442001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442001 is #BBDFFE. Grayscale: #272727. Windows color (decimal): -12312575 or 73796. OLE color: 73796.

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

Color convert

RGB68321-
CMYK00.530.990.73
HSL27.76º97.1%13.53%-
HSV(B)27.76º98.53%26.67%-
XYZ2.912.260.31-
YUV39.23106.43148.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 67.33%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=67.33%
G=31.68%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6832100.530.990.7327.7697.113.53
Hex4420103563491c61e
Octal1044010651431113414116
Binary100010010000010110101110001110010011110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442001; }

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

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

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

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

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

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

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

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