#441B11

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

Shades of Brown Pod #441B11

Tints of Brown Pod #441B11

Color information

#441B11 (or 0x441B11) is unknown color: approx Brown Pod. HEX triplet: 44, 1B and 11. RGB value is (68,27,17). Sum of RGB (Red+Green+Blue) = 68+27+17=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #441B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B11 is #BBE4EE. Grayscale: #262626. Windows color (decimal): -12313839 or 1121092. OLE color: 1121092.

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

Color convert

RGB682717-
CMYK00.600.750.73
HSL11.76º60%16.67%-
HSV(B)11.76º75%26.67%-
XYZ2.882.050.78-
YUV38.12116.08149.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.71%
GREEN value IS 27 (10.94% from 255) = 24.11%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=60.71%
G=24.11%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68271700.600.750.7311.766016.67
Hex441B1103C4B49c3c11
Octal1043321074113111147421
Binary10001001101110001011110010010111001001110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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