#441F12

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

Shades of Brown Pod #441F12

Tints of Brown Pod #441F12

Color information

#441F12 (or 0x441F12) is unknown color: approx Brown Pod. HEX triplet: 44, 1F and 12. RGB value is (68,31,18). Sum of RGB (Red+Green+Blue) = 68+31+18=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #441F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F12 is #BBE0ED. Grayscale: #282828. Windows color (decimal): -12312814 or 1187652. OLE color: 1187652.

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

Color convert

RGB683118-
CMYK00.540.740.73
HSL15.6º58.14%16.86%-
HSV(B)15.6º73.53%26.67%-
XYZ2.982.250.85-
YUV40.58115.26147.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 31 (12.5% from 255) = 26.50%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=58.12%
G=26.50%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68311800.540.740.7315.658.1416.86
Hex441F120364A49103a11
Octal1043722066112111207221
Binary100010011111100100110110100101010010011000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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