#441C07

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

Shades of Brown Pod #441C07

Tints of Brown Pod #441C07

Color information

#441C07 (or 0x441C07) is unknown color: approx Brown Pod. HEX triplet: 44, 1C and 07. RGB value is (68,28,7). Sum of RGB (Red+Green+Blue) = 68+28+7=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #441C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C07 is #BBE3F8. Grayscale: #252525. Windows color (decimal): -12313593 or 465988. OLE color: 465988.

HSL color Cylindrical-coordinate representation of color #441C07: hue angle of 20.66º 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 #441C07 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB68287-
CMYK00.590.900.73
HSL20.66º81.33%14.71%-
HSV(B)20.66º89.71%26.67%-
XYZ2.842.070.45-
YUV37.57110.75149.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 28 (11.33% from 255) = 27.18%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=66.02%
G=27.18%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6828700.590.900.7320.6681.3314.71
Hex441C703B5A491551f
Octal1043470731321112512117
Binary1000100111001110111011101101010010011010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441C07; }

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

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

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

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

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

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

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

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