Shades of Brown Pod #441504
Tints of Brown Pod #441504
RGB
CMYK
RGB Variations
Color information
#441504 (or 0x441504) is known color: Brown Pod. HEX triplet: 44, 15 and 04. RGB value is (68,21,4). Sum of RGB (Red+Green+Blue) = 68+21+4=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #441504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441504 is #BBEAFB. Grayscale: #212121. Windows color (decimal): -12315388 or 267588. OLE color: 267588.
HSL color Cylindrical-coordinate representation of color #441504: hue angle of 15.94º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #441504 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 21 | 4 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.73 |
| HSL | 15.94º | 0.89% | 0.14% | - |
| HSV(B) | 15.94º | 0.94% | 0.27% | - |
| XYZ | 2.67 | 1.77 | 0.32 | - |
| YUV | 33.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 4 | 0 | 0.69 | 0.94 | 0.73 | 15.94 | 0.89 | 0.14 |
| Hex | 44 | 15 | 4 | 0 | 45 | 5E | 49 | 10 | 59 | E |
| Octal | 104 | 25 | 4 | 0 | 105 | 136 | 111 | 20 | 131 | 16 |
| Binary | 1000100 | 10101 | 100 | 0 | 1000101 | 1011110 | 1001001 | 10000 | 1011001 | 1110 |
Color Harmonies of #441504
Complementary color
Monochromatic Colors of #441504
Black with #441504
Text Example
Text Example
White with #441504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441504; }
p { color: rgb(68,21,4); }
H1.HeaderClassName
{
color: #441504;
}
.AnyTagClassName
{
color: #441504;
}
</style>
background-color css
<style>
a { background-color: #441504; }
a { background-color: rgb(68,21,4); }
div.DivClassName
{
background-color: #441504;
}
.BgClassName
{
background-color: #441504;
}
</style>
border-color css
<style>
span { border-color: #441504; }
span { border-color: rgb(68,21,4); }
td.TdClassName
{
border-color: #441504;
}
.TagClassName
{
border-color: #441504;
}
</style>