Shades of Brown Pod #441703
Tints of Brown Pod #441703
RGB
CMYK
RGB Variations
Color information
#441703 (or 0x441703) is known color: Brown Pod. HEX triplet: 44, 17 and 03. RGB value is (68,23,3). Sum of RGB (Red+Green+Blue) = 68+23+3=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #441703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441703 is #BBE8FC. Grayscale: #222222. Windows color (decimal): -12314877 or 202564. OLE color: 202564.
HSL color Cylindrical-coordinate representation of color #441703: hue angle of 18.46º 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 #441703 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 23 | 3 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.73 |
| HSL | 18.46º | 0.92% | 0.14% | - |
| HSV(B) | 18.46º | 0.96% | 0.27% | - |
| XYZ | 2.71 | 1.85 | 0.3 | - |
| YUV | 34.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 3 | 0 | 0.66 | 0.96 | 0.73 | 18.46 | 0.92 | 0.14 |
| Hex | 44 | 17 | 3 | 0 | 42 | 60 | 49 | 12 | 5C | E |
| Octal | 104 | 27 | 3 | 0 | 102 | 140 | 111 | 22 | 134 | 16 |
| Binary | 1000100 | 10111 | 11 | 0 | 1000010 | 1100000 | 1001001 | 10010 | 1011100 | 1110 |
Color Harmonies of #441703
Complementary color
Monochromatic Colors of #441703
Black with #441703
Text Example
Text Example
White with #441703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441703; }
p { color: rgb(68,23,3); }
H1.HeaderClassName
{
color: #441703;
}
.AnyTagClassName
{
color: #441703;
}
</style>
background-color css
<style>
a { background-color: #441703; }
a { background-color: rgb(68,23,3); }
div.DivClassName
{
background-color: #441703;
}
.BgClassName
{
background-color: #441703;
}
</style>
border-color css
<style>
span { border-color: #441703; }
span { border-color: rgb(68,23,3); }
td.TdClassName
{
border-color: #441703;
}
.TagClassName
{
border-color: #441703;
}
</style>