Shades of Brown Pod #391705
Tints of Brown Pod #391705
RGB
CMYK
RGB Variations
Color information
#391705 (or 0x391705) is known color: Brown Pod. HEX triplet: 39, 17 and 05. RGB value is (57,23,5). Sum of RGB (Red+Green+Blue) = 57+23+5=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #391705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391705 is #C6E8FA. Grayscale: #1F1F1F. Windows color (decimal): -13035771 or 333625. OLE color: 333625.
HSL color Cylindrical-coordinate representation of color #391705: hue angle of 20.77º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #391705 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 23 | 5 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.78 |
| HSL | 20.77º | 0.84% | 0.12% | - |
| HSV(B) | 20.77º | 0.91% | 0.22% | - |
| XYZ | 2.02 | 1.49 | 0.33 | - |
| YUV | 31.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 23 | 5 | 0 | 0.60 | 0.91 | 0.78 | 20.77 | 0.84 | 0.12 |
| Hex | 39 | 17 | 5 | 0 | 3C | 5B | 4E | 15 | 54 | C |
| Octal | 71 | 27 | 5 | 0 | 74 | 133 | 116 | 25 | 124 | 14 |
| Binary | 111001 | 10111 | 101 | 0 | 111100 | 1011011 | 1001110 | 10101 | 1010100 | 1100 |
Color Harmonies of #391705
Complementary color
Monochromatic Colors of #391705
Black with #391705
Text Example
Text Example
White with #391705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391705; }
p { color: rgb(57,23,5); }
H1.HeaderClassName
{
color: #391705;
}
.AnyTagClassName
{
color: #391705;
}
</style>
background-color css
<style>
a { background-color: #391705; }
a { background-color: rgb(57,23,5); }
div.DivClassName
{
background-color: #391705;
}
.BgClassName
{
background-color: #391705;
}
</style>
border-color css
<style>
span { border-color: #391705; }
span { border-color: rgb(57,23,5); }
td.TdClassName
{
border-color: #391705;
}
.TagClassName
{
border-color: #391705;
}
</style>