#441607

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

Shades of Brown Pod #441607

Tints of Brown Pod #441607

Color information

#441607 (or 0x441607) is unknown color: approx Brown Pod. HEX triplet: 44, 16 and 07. RGB value is (68,22,7). Sum of RGB (Red+Green+Blue) = 68+22+7=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #441607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441607 is #BBE9F8. Grayscale: #222222. Windows color (decimal): -12315129 or 464452. OLE color: 464452.

HSL color Cylindrical-coordinate representation of color #441607: hue angle of 14.75º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #441607 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB68227-
CMYK00.680.900.73
HSL14.75º81.33%14.71%-
HSV(B)14.75º89.71%26.67%-
XYZ2.711.820.41-
YUV34.04112.74152.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.10%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=70.10%
G=22.68%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6822700.680.900.7314.7581.3314.71
Hex441670445A49f51f
Octal10426701041321111712117
Binary1000100101101110100010010110101001001111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441607; }

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

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

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

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

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

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

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

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