Shades of Brown Pod #44200F
Tints of Brown Pod #44200F
RGB
CMYK
RGB Variations
Color information
#44200F (or 0x44200F) is known color: Brown Pod. HEX triplet: 44, 20 and 0F. RGB value is (68,32,15). Sum of RGB (Red+Green+Blue) = 68+32+15=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44200F is #BBDFF0. Grayscale: #282828. Windows color (decimal): -12312561 or 991300. OLE color: 991300.
HSL color Cylindrical-coordinate representation of color #44200F: hue angle of 19.25º 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 #44200F is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 32 | 15 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.73 |
| HSL | 19.25º | 0.64% | 0.16% | - |
| HSV(B) | 19.25º | 0.78% | 0.27% | - |
| XYZ | 2.99 | 2.3 | 0.74 | - |
| YUV | 40.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 15 | 0 | 0.53 | 0.78 | 0.73 | 19.25 | 0.64 | 0.16 |
| Hex | 44 | 20 | F | 0 | 35 | 4E | 49 | 13 | 40 | 10 |
| Octal | 104 | 40 | 17 | 0 | 65 | 116 | 111 | 23 | 100 | 20 |
| Binary | 1000100 | 100000 | 1111 | 0 | 110101 | 1001110 | 1001001 | 10011 | 1000000 | 10000 |
Color Harmonies of #44200F
Complementary color
Monochromatic Colors of #44200F
Black with #44200F
Text Example
Text Example
White with #44200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44200F; }
p { color: rgb(68,32,15); }
H1.HeaderClassName
{
color: #44200F;
}
.AnyTagClassName
{
color: #44200F;
}
</style>
background-color css
<style>
a { background-color: #44200F; }
a { background-color: rgb(68,32,15); }
div.DivClassName
{
background-color: #44200F;
}
.BgClassName
{
background-color: #44200F;
}
</style>
border-color css
<style>
span { border-color: #44200F; }
span { border-color: rgb(68,32,15); }
td.TdClassName
{
border-color: #44200F;
}
.TagClassName
{
border-color: #44200F;
}
</style>