Shades of Brown Pod #391C05
Tints of Brown Pod #391C05
RGB
CMYK
RGB Variations
Color information
#391C05 (or 0x391C05) is known color: Brown Pod. HEX triplet: 39, 1C and 05. RGB value is (57,28,5). Sum of RGB (Red+Green+Blue) = 57+28+5=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #391C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C05 is #C6E3FA. Grayscale: #222222. Windows color (decimal): -13034491 or 334905. OLE color: 334905.
HSL color Cylindrical-coordinate representation of color #391C05: hue angle of 26.54º 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 #391C05 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 5 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.78 |
| HSL | 26.54º | 0.84% | 0.12% | - |
| HSV(B) | 26.54º | 0.91% | 0.22% | - |
| XYZ | 2.13 | 1.71 | 0.36 | - |
| YUV | 34.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 5 | 0 | 0.51 | 0.91 | 0.78 | 26.54 | 0.84 | 0.12 |
| Hex | 39 | 1C | 5 | 0 | 33 | 5B | 4E | 1B | 54 | C |
| Octal | 71 | 34 | 5 | 0 | 63 | 133 | 116 | 33 | 124 | 14 |
| Binary | 111001 | 11100 | 101 | 0 | 110011 | 1011011 | 1001110 | 11011 | 1010100 | 1100 |
Color Harmonies of #391C05
Complementary color
Monochromatic Colors of #391C05
Black with #391C05
Text Example
Text Example
White with #391C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C05; }
p { color: rgb(57,28,5); }
H1.HeaderClassName
{
color: #391C05;
}
.AnyTagClassName
{
color: #391C05;
}
</style>
background-color css
<style>
a { background-color: #391C05; }
a { background-color: rgb(57,28,5); }
div.DivClassName
{
background-color: #391C05;
}
.BgClassName
{
background-color: #391C05;
}
</style>
border-color css
<style>
span { border-color: #391C05; }
span { border-color: rgb(57,28,5); }
td.TdClassName
{
border-color: #391C05;
}
.TagClassName
{
border-color: #391C05;
}
</style>