#441911

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

Shades of Brown Pod #441911

Tints of Brown Pod #441911

Color information

#441911 (or 0x441911) is unknown color: approx Brown Pod. HEX triplet: 44, 19 and 11. RGB value is (68,25,17). Sum of RGB (Red+Green+Blue) = 68+25+17=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #441911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441911 is #BBE6EE. Grayscale: #252525. Windows color (decimal): -12314351 or 1120580. OLE color: 1120580.

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

Color convert

RGB682517-
CMYK00.630.750.73
HSL9.41º60%16.67%-
HSV(B)9.41º75%26.67%-
XYZ2.831.960.76-
YUV36.94116.75150.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=61.82%
G=22.73%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68251700.630.750.739.416016.67
Hex44191103F4B4993c11
Octal1043121077113111117421
Binary10001001100110001011111110010111001001100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441911; }

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

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

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

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

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

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

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

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