Shades of Brown Pod #44180F
Tints of Brown Pod #44180F
RGB
CMYK
RGB Variations
Color information
#44180F (or 0x44180F) is known color: Brown Pod. HEX triplet: 44, 18 and 0F. RGB value is (68,24,15). Sum of RGB (Red+Green+Blue) = 68+24+15=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #44180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44180F is #BBE7F0. Grayscale: #242424. Windows color (decimal): -12314609 or 989252. OLE color: 989252.
HSL color Cylindrical-coordinate representation of color #44180F: hue angle of 10.19º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44180F is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 24 | 15 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.73 |
| HSL | 10.19º | 0.64% | 0.16% | - |
| HSV(B) | 10.19º | 0.78% | 0.27% | - |
| XYZ | 2.8 | 1.92 | 0.67 | - |
| YUV | 36.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 15 | 0 | 0.65 | 0.78 | 0.73 | 10.19 | 0.64 | 0.16 |
| Hex | 44 | 18 | F | 0 | 41 | 4E | 49 | A | 40 | 10 |
| Octal | 104 | 30 | 17 | 0 | 101 | 116 | 111 | 12 | 100 | 20 |
| Binary | 1000100 | 11000 | 1111 | 0 | 1000001 | 1001110 | 1001001 | 1010 | 1000000 | 10000 |
Color Harmonies of #44180F
Complementary color
Monochromatic Colors of #44180F
Black with #44180F
Text Example
Text Example
White with #44180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44180F; }
p { color: rgb(68,24,15); }
H1.HeaderClassName
{
color: #44180F;
}
.AnyTagClassName
{
color: #44180F;
}
</style>
background-color css
<style>
a { background-color: #44180F; }
a { background-color: rgb(68,24,15); }
div.DivClassName
{
background-color: #44180F;
}
.BgClassName
{
background-color: #44180F;
}
</style>
border-color css
<style>
span { border-color: #44180F; }
span { border-color: rgb(68,24,15); }
td.TdClassName
{
border-color: #44180F;
}
.TagClassName
{
border-color: #44180F;
}
</style>