Shades of Brown Pod #441702
Tints of Brown Pod #441702
RGB
CMYK
RGB Variations
Color information
#441702 (or 0x441702) is known color: Brown Pod. HEX triplet: 44, 17 and 02. RGB value is (68,23,2). Sum of RGB (Red+Green+Blue) = 68+23+2=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #441702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441702 is #BBE8FD. Grayscale: #222222. Windows color (decimal): -12314878 or 137028. OLE color: 137028.
HSL color Cylindrical-coordinate representation of color #441702: hue angle of 19.09º 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 #441702 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 23 | 2 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.73 |
| HSL | 19.09º | 0.94% | 0.14% | - |
| HSV(B) | 19.09º | 0.97% | 0.27% | - |
| XYZ | 2.7 | 1.85 | 0.27 | - |
| YUV | 34.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 2 | 0 | 0.66 | 0.97 | 0.73 | 19.09 | 0.94 | 0.14 |
| Hex | 44 | 17 | 2 | 0 | 42 | 61 | 49 | 13 | 5E | E |
| Octal | 104 | 27 | 2 | 0 | 102 | 141 | 111 | 23 | 136 | 16 |
| Binary | 1000100 | 10111 | 10 | 0 | 1000010 | 1100001 | 1001001 | 10011 | 1011110 | 1110 |
Color Harmonies of #441702
Complementary color
Monochromatic Colors of #441702
Black with #441702
Text Example
Text Example
White with #441702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441702; }
p { color: rgb(68,23,2); }
H1.HeaderClassName
{
color: #441702;
}
.AnyTagClassName
{
color: #441702;
}
</style>
background-color css
<style>
a { background-color: #441702; }
a { background-color: rgb(68,23,2); }
div.DivClassName
{
background-color: #441702;
}
.BgClassName
{
background-color: #441702;
}
</style>
border-color css
<style>
span { border-color: #441702; }
span { border-color: rgb(68,23,2); }
td.TdClassName
{
border-color: #441702;
}
.TagClassName
{
border-color: #441702;
}
</style>