Shades of Brown Pod #441E03
Tints of Brown Pod #441E03
RGB
CMYK
RGB Variations
Color information
#441E03 (or 0x441E03) is known color: Brown Pod. HEX triplet: 44, 1E and 03. RGB value is (68,30,3). Sum of RGB (Red+Green+Blue) = 68+30+3=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #441E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E03 is #BBE1FC. Grayscale: #262626. Windows color (decimal): -12313085 or 204356. OLE color: 204356.
HSL color Cylindrical-coordinate representation of color #441E03: hue angle of 24.92º 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 #441E03 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 30 | 3 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.73 |
| HSL | 24.92º | 0.92% | 0.14% | - |
| HSV(B) | 24.92º | 0.96% | 0.27% | - |
| XYZ | 2.86 | 2.16 | 0.35 | - |
| YUV | 38.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 3 | 0 | 0.56 | 0.96 | 0.73 | 24.92 | 0.92 | 0.14 |
| Hex | 44 | 1E | 3 | 0 | 38 | 60 | 49 | 19 | 5C | E |
| Octal | 104 | 36 | 3 | 0 | 70 | 140 | 111 | 31 | 134 | 16 |
| Binary | 1000100 | 11110 | 11 | 0 | 111000 | 1100000 | 1001001 | 11001 | 1011100 | 1110 |
Color Harmonies of #441E03
Complementary color
Monochromatic Colors of #441E03
Black with #441E03
Text Example
Text Example
White with #441E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441E03; }
p { color: rgb(68,30,3); }
H1.HeaderClassName
{
color: #441E03;
}
.AnyTagClassName
{
color: #441E03;
}
</style>
background-color css
<style>
a { background-color: #441E03; }
a { background-color: rgb(68,30,3); }
div.DivClassName
{
background-color: #441E03;
}
.BgClassName
{
background-color: #441E03;
}
</style>
border-color css
<style>
span { border-color: #441E03; }
span { border-color: rgb(68,30,3); }
td.TdClassName
{
border-color: #441E03;
}
.TagClassName
{
border-color: #441E03;
}
</style>