Shades of Brown Pod #391C0C
Tints of Brown Pod #391C0C
RGB
CMYK
RGB Variations
Color information
#391C0C (or 0x391C0C) is known color: Brown Pod. HEX triplet: 39, 1C and 0C. RGB value is (57,28,12). Sum of RGB (Red+Green+Blue) = 57+28+12=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #391C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C0C is #C6E3F3. Grayscale: #222222. Windows color (decimal): -13034484 or 793657. OLE color: 793657.
HSL color Cylindrical-coordinate representation of color #391C0C: hue angle of 21.33º 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 #391C0C is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 12 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.78 |
| HSL | 21.33º | 0.65% | 0.14% | - |
| HSV(B) | 21.33º | 0.79% | 0.22% | - |
| XYZ | 2.17 | 1.73 | 0.57 | - |
| YUV | 34.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 12 | 0 | 0.51 | 0.79 | 0.78 | 21.33 | 0.65 | 0.14 |
| Hex | 39 | 1C | C | 0 | 33 | 4F | 4E | 15 | 41 | E |
| Octal | 71 | 34 | 14 | 0 | 63 | 117 | 116 | 25 | 101 | 16 |
| Binary | 111001 | 11100 | 1100 | 0 | 110011 | 1001111 | 1001110 | 10101 | 1000001 | 1110 |
Color Harmonies of #391C0C
Complementary color
Monochromatic Colors of #391C0C
Black with #391C0C
Text Example
Text Example
White with #391C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C0C; }
p { color: rgb(57,28,12); }
H1.HeaderClassName
{
color: #391C0C;
}
.AnyTagClassName
{
color: #391C0C;
}
</style>
background-color css
<style>
a { background-color: #391C0C; }
a { background-color: rgb(57,28,12); }
div.DivClassName
{
background-color: #391C0C;
}
.BgClassName
{
background-color: #391C0C;
}
</style>
border-color css
<style>
span { border-color: #391C0C; }
span { border-color: rgb(57,28,12); }
td.TdClassName
{
border-color: #391C0C;
}
.TagClassName
{
border-color: #391C0C;
}
</style>