Shades of Brown Pod #441802
Tints of Brown Pod #441802
RGB
CMYK
RGB Variations
Color information
#441802 (or 0x441802) is known color: Brown Pod. HEX triplet: 44, 18 and 02. RGB value is (68,24,2). Sum of RGB (Red+Green+Blue) = 68+24+2=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #441802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441802 is #BBE7FD. Grayscale: #222222. Windows color (decimal): -12314622 or 137284. OLE color: 137284.
HSL color Cylindrical-coordinate representation of color #441802: hue angle of 20º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #441802 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 24 | 2 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.73 |
| HSL | 20º | 0.94% | 0.14% | - |
| HSV(B) | 20º | 0.97% | 0.27% | - |
| XYZ | 2.72 | 1.89 | 0.28 | - |
| YUV | 34.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 2 | 0 | 0.65 | 0.97 | 0.73 | 20 | 0.94 | 0.14 |
| Hex | 44 | 18 | 2 | 0 | 41 | 61 | 49 | 14 | 5E | E |
| Octal | 104 | 30 | 2 | 0 | 101 | 141 | 111 | 24 | 136 | 16 |
| Binary | 1000100 | 11000 | 10 | 0 | 1000001 | 1100001 | 1001001 | 10100 | 1011110 | 1110 |
Color Harmonies of #441802
Complementary color
Monochromatic Colors of #441802
Black with #441802
Text Example
Text Example
White with #441802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441802; }
p { color: rgb(68,24,2); }
H1.HeaderClassName
{
color: #441802;
}
.AnyTagClassName
{
color: #441802;
}
</style>
background-color css
<style>
a { background-color: #441802; }
a { background-color: rgb(68,24,2); }
div.DivClassName
{
background-color: #441802;
}
.BgClassName
{
background-color: #441802;
}
</style>
border-color css
<style>
span { border-color: #441802; }
span { border-color: rgb(68,24,2); }
td.TdClassName
{
border-color: #441802;
}
.TagClassName
{
border-color: #441802;
}
</style>