Shades of Brown Pod #44261F
Tints of Brown Pod #44261F
RGB
CMYK
RGB Variations
Color information
#44261F (or 0x44261F) is known color: Brown Pod. HEX triplet: 44, 26 and 1F. RGB value is (68,38,31). Sum of RGB (Red+Green+Blue) = 68+38+31=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #44261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44261F is #BBD9E0. Grayscale: #2E2E2E. Windows color (decimal): -12311009 or 2041412. OLE color: 2041412.
HSL color Cylindrical-coordinate representation of color #44261F: hue angle of 11.35º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44261F is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 38 | 31 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.73 |
| HSL | 11.35º | 0.37% | 0.19% | - |
| HSV(B) | 11.35º | 0.54% | 0.27% | - |
| XYZ | 3.32 | 2.71 | 1.64 | - |
| YUV | 46.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 31 | 0 | 0.44 | 0.54 | 0.73 | 11.35 | 0.37 | 0.19 |
| Hex | 44 | 26 | 1F | 0 | 2C | 36 | 49 | B | 25 | 13 |
| Octal | 104 | 46 | 37 | 0 | 54 | 66 | 111 | 13 | 45 | 23 |
| Binary | 1000100 | 100110 | 11111 | 0 | 101100 | 110110 | 1001001 | 1011 | 100101 | 10011 |
Color Harmonies of #44261F
Complementary color
Monochromatic Colors of #44261F
Black with #44261F
Text Example
Text Example
White with #44261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44261F; }
p { color: rgb(68,38,31); }
H1.HeaderClassName
{
color: #44261F;
}
.AnyTagClassName
{
color: #44261F;
}
</style>
background-color css
<style>
a { background-color: #44261F; }
a { background-color: rgb(68,38,31); }
div.DivClassName
{
background-color: #44261F;
}
.BgClassName
{
background-color: #44261F;
}
</style>
border-color css
<style>
span { border-color: #44261F; }
span { border-color: rgb(68,38,31); }
td.TdClassName
{
border-color: #44261F;
}
.TagClassName
{
border-color: #44261F;
}
</style>