#441D0E

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

Shades of Brown Pod #441D0E

Tints of Brown Pod #441D0E

Color information

#441D0E (or 0x441D0E) is unknown color: approx Brown Pod. HEX triplet: 44, 1D and 0E. RGB value is (68,29,14). Sum of RGB (Red+Green+Blue) = 68+29+14=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #441D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D0E is #BBE2F1. Grayscale: #272727. Windows color (decimal): -12313330 or 924996. OLE color: 924996.

HSL color Cylindrical-coordinate representation of color #441D0E: hue angle of 16.67º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441D0E is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB682914-
CMYK00.570.790.73
HSL16.67º65.85%16.08%-
HSV(B)16.67º79.41%26.67%-
XYZ2.92.140.68-
YUV38.95113.92148.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.26%
GREEN value IS 29 (11.72% from 255) = 26.13%
BLUE value IS 14 (5.86% from 255) = 12.61%
R=61.26%
G=26.13%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68291400.570.790.7316.6765.8516.08
Hex441DE0394F49114210
Octal10435160711171112110220
Binary100010011101111001110011001111100100110001100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,29,14); }

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

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

 a { background-color: rgb(68,29,14); }

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

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

 span { border-color: rgb(68,29,14); }

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