Shades of Brown Pod #391905
Tints of Brown Pod #391905
RGB
CMYK
RGB Variations
Color information
#391905 (or 0x391905) is known color: Brown Pod. HEX triplet: 39, 19 and 05. RGB value is (57,25,5). Sum of RGB (Red+Green+Blue) = 57+25+5=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #391905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391905 is #C6E6FA. Grayscale: #202020. Windows color (decimal): -13035259 or 334137. OLE color: 334137.
HSL color Cylindrical-coordinate representation of color #391905: hue angle of 23.08º 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 #391905 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 25 | 5 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.78 |
| HSL | 23.08º | 0.84% | 0.12% | - |
| HSV(B) | 23.08º | 0.91% | 0.22% | - |
| XYZ | 2.06 | 1.58 | 0.34 | - |
| YUV | 32.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 5 | 0 | 0.56 | 0.91 | 0.78 | 23.08 | 0.84 | 0.12 |
| Hex | 39 | 19 | 5 | 0 | 38 | 5B | 4E | 17 | 54 | C |
| Octal | 71 | 31 | 5 | 0 | 70 | 133 | 116 | 27 | 124 | 14 |
| Binary | 111001 | 11001 | 101 | 0 | 111000 | 1011011 | 1001110 | 10111 | 1010100 | 1100 |
Color Harmonies of #391905
Complementary color
Monochromatic Colors of #391905
Black with #391905
Text Example
Text Example
White with #391905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391905; }
p { color: rgb(57,25,5); }
H1.HeaderClassName
{
color: #391905;
}
.AnyTagClassName
{
color: #391905;
}
</style>
background-color css
<style>
a { background-color: #391905; }
a { background-color: rgb(57,25,5); }
div.DivClassName
{
background-color: #391905;
}
.BgClassName
{
background-color: #391905;
}
</style>
border-color css
<style>
span { border-color: #391905; }
span { border-color: rgb(57,25,5); }
td.TdClassName
{
border-color: #391905;
}
.TagClassName
{
border-color: #391905;
}
</style>