#441811

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

Shades of Brown Pod #441811

Tints of Brown Pod #441811

Color information

#441811 (or 0x441811) is unknown color: approx Brown Pod. HEX triplet: 44, 18 and 11. RGB value is (68,24,17). Sum of RGB (Red+Green+Blue) = 68+24+17=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #441811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441811 is #BBE7EE. Grayscale: #242424. Windows color (decimal): -12314607 or 1120324. OLE color: 1120324.

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

Color convert

RGB682417-
CMYK00.650.750.73
HSL8.24º60%16.67%-
HSV(B)8.24º75%26.67%-
XYZ2.811.920.75-
YUV36.36117.08150.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.39%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=62.39%
G=22.02%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68241700.650.750.738.246016.67
Hex4418110414B4983c11
Octal10430210101113111107421
Binary100010011000100010100000110010111001001100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441811; }

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

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

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

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

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

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

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

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