Shades of Brown Pod #441C18
Tints of Brown Pod #441C18
RGB
CMYK
RGB Variations
Color information
#441C18 (or 0x441C18) is known color: Brown Pod. HEX triplet: 44, 1C and 18. RGB value is (68,28,24). Sum of RGB (Red+Green+Blue) = 68+28+24=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #441C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C18 is #BBE3E7. Grayscale: #272727. Windows color (decimal): -12313576 or 1580100. OLE color: 1580100.
HSL color Cylindrical-coordinate representation of color #441C18: hue angle of 5.45º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441C18 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 28 | 24 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.73 |
| HSL | 5.45º | 0.48% | 0.18% | - |
| HSV(B) | 5.45º | 0.65% | 0.27% | - |
| XYZ | 2.96 | 2.13 | 1.12 | - |
| YUV | 39.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 24 | 0 | 0.59 | 0.65 | 0.73 | 5.45 | 0.48 | 0.18 |
| Hex | 44 | 1C | 18 | 0 | 3B | 41 | 49 | 5 | 30 | 12 |
| Octal | 104 | 34 | 30 | 0 | 73 | 101 | 111 | 5 | 60 | 22 |
| Binary | 1000100 | 11100 | 11000 | 0 | 111011 | 1000001 | 1001001 | 101 | 110000 | 10010 |
Color Harmonies of #441C18
Complementary color
Monochromatic Colors of #441C18
Black with #441C18
Text Example
Text Example
White with #441C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C18; }
p { color: rgb(68,28,24); }
H1.HeaderClassName
{
color: #441C18;
}
.AnyTagClassName
{
color: #441C18;
}
</style>
background-color css
<style>
a { background-color: #441C18; }
a { background-color: rgb(68,28,24); }
div.DivClassName
{
background-color: #441C18;
}
.BgClassName
{
background-color: #441C18;
}
</style>
border-color css
<style>
span { border-color: #441C18; }
span { border-color: rgb(68,28,24); }
td.TdClassName
{
border-color: #441C18;
}
.TagClassName
{
border-color: #441C18;
}
</style>