Shades of Brown Pod #44210F
Tints of Brown Pod #44210F
RGB
CMYK
RGB Variations
Color information
#44210F (or 0x44210F) is known color: Brown Pod. HEX triplet: 44, 21 and 0F. RGB value is (68,33,15). Sum of RGB (Red+Green+Blue) = 68+33+15=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #44210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44210F is #BBDEF0. Grayscale: #292929. Windows color (decimal): -12312305 or 991556. OLE color: 991556.
HSL color Cylindrical-coordinate representation of color #44210F: hue angle of 20.38º 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 #44210F is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 33 | 15 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.73 |
| HSL | 20.38º | 0.64% | 0.16% | - |
| HSV(B) | 20.38º | 0.78% | 0.27% | - |
| XYZ | 3.01 | 2.35 | 0.75 | - |
| YUV | 41.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 15 | 0 | 0.51 | 0.78 | 0.73 | 20.38 | 0.64 | 0.16 |
| Hex | 44 | 21 | F | 0 | 33 | 4E | 49 | 14 | 40 | 10 |
| Octal | 104 | 41 | 17 | 0 | 63 | 116 | 111 | 24 | 100 | 20 |
| Binary | 1000100 | 100001 | 1111 | 0 | 110011 | 1001110 | 1001001 | 10100 | 1000000 | 10000 |
Color Harmonies of #44210F
Complementary color
Monochromatic Colors of #44210F
Black with #44210F
Text Example
Text Example
White with #44210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44210F; }
p { color: rgb(68,33,15); }
H1.HeaderClassName
{
color: #44210F;
}
.AnyTagClassName
{
color: #44210F;
}
</style>
background-color css
<style>
a { background-color: #44210F; }
a { background-color: rgb(68,33,15); }
div.DivClassName
{
background-color: #44210F;
}
.BgClassName
{
background-color: #44210F;
}
</style>
border-color css
<style>
span { border-color: #44210F; }
span { border-color: rgb(68,33,15); }
td.TdClassName
{
border-color: #44210F;
}
.TagClassName
{
border-color: #44210F;
}
</style>