Shades of Brown Pod #441503
Tints of Brown Pod #441503
RGB
CMYK
RGB Variations
Color information
#441503 (or 0x441503) is known color: Brown Pod. HEX triplet: 44, 15 and 03. RGB value is (68,21,3). Sum of RGB (Red+Green+Blue) = 68+21+3=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #441503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441503 is #BBEAFC. Grayscale: #212121. Windows color (decimal): -12315389 or 202052. OLE color: 202052.
HSL color Cylindrical-coordinate representation of color #441503: hue angle of 16.62º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #441503 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 21 | 3 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.73 |
| HSL | 16.62º | 0.92% | 0.14% | - |
| HSV(B) | 16.62º | 0.96% | 0.27% | - |
| XYZ | 2.67 | 1.77 | 0.29 | - |
| YUV | 33 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 3 | 0 | 0.69 | 0.96 | 0.73 | 16.62 | 0.92 | 0.14 |
| Hex | 44 | 15 | 3 | 0 | 45 | 60 | 49 | 11 | 5C | E |
| Octal | 104 | 25 | 3 | 0 | 105 | 140 | 111 | 21 | 134 | 16 |
| Binary | 1000100 | 10101 | 11 | 0 | 1000101 | 1100000 | 1001001 | 10001 | 1011100 | 1110 |
Color Harmonies of #441503
Complementary color
Monochromatic Colors of #441503
Black with #441503
Text Example
Text Example
White with #441503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441503; }
p { color: rgb(68,21,3); }
H1.HeaderClassName
{
color: #441503;
}
.AnyTagClassName
{
color: #441503;
}
</style>
background-color css
<style>
a { background-color: #441503; }
a { background-color: rgb(68,21,3); }
div.DivClassName
{
background-color: #441503;
}
.BgClassName
{
background-color: #441503;
}
</style>
border-color css
<style>
span { border-color: #441503; }
span { border-color: rgb(68,21,3); }
td.TdClassName
{
border-color: #441503;
}
.TagClassName
{
border-color: #441503;
}
</style>