Shades of Brown Pod #391501
Tints of Brown Pod #391501
RGB
CMYK
RGB Variations
Color information
#391501 (or 0x391501) is known color: Brown Pod. HEX triplet: 39, 15 and 01. RGB value is (57,21,1). Sum of RGB (Red+Green+Blue) = 57+21+1=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #391501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391501 is #C6EAFE. Grayscale: #1D1D1D. Windows color (decimal): -13036287 or 70969. OLE color: 70969.
HSL color Cylindrical-coordinate representation of color #391501: hue angle of 21.43º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #391501 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 21 | 1 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.78 |
| HSL | 21.43º | 0.97% | 0.11% | - |
| HSV(B) | 21.43º | 0.98% | 0.22% | - |
| XYZ | 1.96 | 1.41 | 0.2 | - |
| YUV | 29.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 1 | 0 | 0.63 | 0.98 | 0.78 | 21.43 | 0.97 | 0.11 |
| Hex | 39 | 15 | 1 | 0 | 3F | 62 | 4E | 15 | 61 | B |
| Octal | 71 | 25 | 1 | 0 | 77 | 142 | 116 | 25 | 141 | 13 |
| Binary | 111001 | 10101 | 1 | 0 | 111111 | 1100010 | 1001110 | 10101 | 1100001 | 1011 |
Color Harmonies of #391501
Complementary color
Monochromatic Colors of #391501
Black with #391501
Text Example
Text Example
White with #391501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391501; }
p { color: rgb(57,21,1); }
H1.HeaderClassName
{
color: #391501;
}
.AnyTagClassName
{
color: #391501;
}
</style>
background-color css
<style>
a { background-color: #391501; }
a { background-color: rgb(57,21,1); }
div.DivClassName
{
background-color: #391501;
}
.BgClassName
{
background-color: #391501;
}
</style>
border-color css
<style>
span { border-color: #391501; }
span { border-color: rgb(57,21,1); }
td.TdClassName
{
border-color: #391501;
}
.TagClassName
{
border-color: #391501;
}
</style>