#441605

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

Shades of Brown Pod #441605

Tints of Brown Pod #441605

Color information

#441605 (or 0x441605) is unknown color: approx Brown Pod. HEX triplet: 44, 16 and 05. RGB value is (68,22,5). Sum of RGB (Red+Green+Blue) = 68+22+5=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #441605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441605 is #BBE9FA. Grayscale: #212121. Windows color (decimal): -12315131 or 333380. OLE color: 333380.

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

Color convert

RGB68225-
CMYK00.680.930.73
HSL16.19º86.3%14.31%-
HSV(B)16.19º92.65%26.67%-
XYZ2.71.810.35-
YUV33.82111.74152.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 71.58%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=71.58%
G=23.16%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6822500.680.930.7316.1986.314.31
Hex441650445D491056e
Octal10426501041351112012616
Binary10001001011010101000100101110110010011000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441605; }

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

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

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

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

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

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

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

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