#441E11

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

Shades of Brown Pod #441E11

Tints of Brown Pod #441E11

Color information

#441E11 (or 0x441E11) is unknown color: approx Brown Pod. HEX triplet: 44, 1E and 11. RGB value is (68,30,17). Sum of RGB (Red+Green+Blue) = 68+30+17=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #441E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E11 is #BBE1EE. Grayscale: #272727. Windows color (decimal): -12313071 or 1121860. OLE color: 1121860.

HSL color Cylindrical-coordinate representation of color #441E11: hue angle of 15.29º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441E11 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB683017-
CMYK00.560.750.73
HSL15.29º60%16.67%-
HSV(B)15.29º75%26.67%-
XYZ2.952.20.8-
YUV39.88115.09148.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 17 (7.03% from 255) = 14.78%
R=59.13%
G=26.09%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68301700.560.750.7315.296016.67
Hex441E110384B49f3c11
Octal1043621070113111177421
Binary10001001111010001011100010010111001001111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,30,17); }

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

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

 a { background-color: rgb(68,30,17); }

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

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

 span { border-color: rgb(68,30,17); }

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