Shades of Brown Pod #441E02
Tints of Brown Pod #441E02
RGB
CMYK
RGB Variations
Color information
#441E02 (or 0x441E02) is known color: Brown Pod. HEX triplet: 44, 1E and 02. RGB value is (68,30,2). Sum of RGB (Red+Green+Blue) = 68+30+2=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #441E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E02 is #BBE1FD. Grayscale: #262626. Windows color (decimal): -12313086 or 138820. OLE color: 138820.
HSL color Cylindrical-coordinate representation of color #441E02: hue angle of 25.45º 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 #441E02 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 30 | 2 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.73 |
| HSL | 25.45º | 0.94% | 0.14% | - |
| HSV(B) | 25.45º | 0.97% | 0.27% | - |
| XYZ | 2.86 | 2.16 | 0.32 | - |
| YUV | 38.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 2 | 0 | 0.56 | 0.97 | 0.73 | 25.45 | 0.94 | 0.14 |
| Hex | 44 | 1E | 2 | 0 | 38 | 61 | 49 | 19 | 5E | E |
| Octal | 104 | 36 | 2 | 0 | 70 | 141 | 111 | 31 | 136 | 16 |
| Binary | 1000100 | 11110 | 10 | 0 | 111000 | 1100001 | 1001001 | 11001 | 1011110 | 1110 |
Color Harmonies of #441E02
Complementary color
Monochromatic Colors of #441E02
Black with #441E02
Text Example
Text Example
White with #441E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441E02; }
p { color: rgb(68,30,2); }
H1.HeaderClassName
{
color: #441E02;
}
.AnyTagClassName
{
color: #441E02;
}
</style>
background-color css
<style>
a { background-color: #441E02; }
a { background-color: rgb(68,30,2); }
div.DivClassName
{
background-color: #441E02;
}
.BgClassName
{
background-color: #441E02;
}
</style>
border-color css
<style>
span { border-color: #441E02; }
span { border-color: rgb(68,30,2); }
td.TdClassName
{
border-color: #441E02;
}
.TagClassName
{
border-color: #441E02;
}
</style>