#441604

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

Shades of Brown Pod #441604

Tints of Brown Pod #441604

Color information

#441604 (or 0x441604) is unknown color: approx Brown Pod. HEX triplet: 44, 16 and 04. RGB value is (68,22,4). Sum of RGB (Red+Green+Blue) = 68+22+4=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #441604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441604 is #BBE9FB. Grayscale: #212121. Windows color (decimal): -12315132 or 267844. OLE color: 267844.

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

Color convert

RGB68224-
CMYK00.680.940.73
HSL16.88º88.89%14.12%-
HSV(B)16.88º94.12%26.67%-
XYZ2.691.810.32-
YUV33.7111.24152.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 72.34%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=72.34%
G=23.40%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6822400.680.940.7316.8888.8914.12
Hex441640445E491159e
Octal10426401041361112113116
Binary10001001011010001000100101111010010011000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441604; }

 p { color: rgb(68,22,4); }

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

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

 a { background-color: rgb(68,22,4); }

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

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

 span { border-color: rgb(68,22,4); }

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