#441E12

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

Shades of Brown Pod #441E12

Tints of Brown Pod #441E12

Color information

#441E12 (or 0x441E12) is unknown color: approx Brown Pod. HEX triplet: 44, 1E and 12. RGB value is (68,30,18). Sum of RGB (Red+Green+Blue) = 68+30+18=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #441E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E12 is #BBE1ED. Grayscale: #282828. Windows color (decimal): -12313070 or 1187396. OLE color: 1187396.

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

Color convert

RGB683018-
CMYK00.560.740.73
HSL14.4º58.14%16.86%-
HSV(B)14.4º73.53%26.67%-
XYZ2.962.20.84-
YUV39.99115.59147.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.62%
GREEN value IS 30 (12.11% from 255) = 25.86%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=58.62%
G=25.86%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68301800.560.740.7314.458.1416.86
Hex441E120384A49e3a11
Octal1043622070112111167221
Binary10001001111010010011100010010101001001111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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