#441B12

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

Shades of Brown Pod #441B12

Tints of Brown Pod #441B12

Color information

#441B12 (or 0x441B12) is unknown color: approx Brown Pod. HEX triplet: 44, 1B and 12. RGB value is (68,27,18). Sum of RGB (Red+Green+Blue) = 68+27+18=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #441B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B12 is #BBE4ED. Grayscale: #262626. Windows color (decimal): -12313838 or 1186628. OLE color: 1186628.

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

Color convert

RGB682718-
CMYK00.600.740.73
HSL10.8º58.14%16.86%-
HSV(B)10.8º73.53%26.67%-
XYZ2.892.060.82-
YUV38.23116.58149.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.18%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=60.18%
G=23.89%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68271800.600.740.7310.858.1416.86
Hex441B1203C4A49b3a11
Octal1043322074112111137221
Binary10001001101110010011110010010101001001101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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