Shades of Brown Pod #391E0C
Tints of Brown Pod #391E0C
RGB
CMYK
RGB Variations
Color information
#391E0C (or 0x391E0C) is known color: Brown Pod. HEX triplet: 39, 1E and 0C. RGB value is (57,30,12). Sum of RGB (Red+Green+Blue) = 57+30+12=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #391E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E0C is #C6E1F3. Grayscale: #242424. Windows color (decimal): -13033972 or 794169. OLE color: 794169.
HSL color Cylindrical-coordinate representation of color #391E0C: hue angle of 24º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #391E0C is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 30 | 12 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.78 |
| HSL | 24º | 0.65% | 0.14% | - |
| HSV(B) | 24º | 0.79% | 0.22% | - |
| XYZ | 2.22 | 1.82 | 0.58 | - |
| YUV | 36.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 12 | 0 | 0.47 | 0.79 | 0.78 | 24 | 0.65 | 0.14 |
| Hex | 39 | 1E | C | 0 | 2F | 4F | 4E | 18 | 41 | E |
| Octal | 71 | 36 | 14 | 0 | 57 | 117 | 116 | 30 | 101 | 16 |
| Binary | 111001 | 11110 | 1100 | 0 | 101111 | 1001111 | 1001110 | 11000 | 1000001 | 1110 |
Color Harmonies of #391E0C
Complementary color
Monochromatic Colors of #391E0C
Black with #391E0C
Text Example
Text Example
White with #391E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E0C; }
p { color: rgb(57,30,12); }
H1.HeaderClassName
{
color: #391E0C;
}
.AnyTagClassName
{
color: #391E0C;
}
</style>
background-color css
<style>
a { background-color: #391E0C; }
a { background-color: rgb(57,30,12); }
div.DivClassName
{
background-color: #391E0C;
}
.BgClassName
{
background-color: #391E0C;
}
</style>
border-color css
<style>
span { border-color: #391E0C; }
span { border-color: rgb(57,30,12); }
td.TdClassName
{
border-color: #391E0C;
}
.TagClassName
{
border-color: #391E0C;
}
</style>