Shades of Brown Pod #391C08
Tints of Brown Pod #391C08
RGB
CMYK
RGB Variations
Color information
#391C08 (or 0x391C08) is known color: Brown Pod. HEX triplet: 39, 1C and 08. RGB value is (57,28,8). Sum of RGB (Red+Green+Blue) = 57+28+8=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #391C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C08 is #C6E3F7. Grayscale: #222222. Windows color (decimal): -13034488 or 531513. OLE color: 531513.
HSL color Cylindrical-coordinate representation of color #391C08: hue angle of 24.49º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391C08 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 8 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.78 |
| HSL | 24.49º | 0.75% | 0.13% | - |
| HSV(B) | 24.49º | 0.86% | 0.22% | - |
| XYZ | 2.15 | 1.72 | 0.45 | - |
| YUV | 34.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 8 | 0 | 0.51 | 0.86 | 0.78 | 24.49 | 0.75 | 0.13 |
| Hex | 39 | 1C | 8 | 0 | 33 | 56 | 4E | 18 | 4B | D |
| Octal | 71 | 34 | 10 | 0 | 63 | 126 | 116 | 30 | 113 | 15 |
| Binary | 111001 | 11100 | 1000 | 0 | 110011 | 1010110 | 1001110 | 11000 | 1001011 | 1101 |
Color Harmonies of #391C08
Complementary color
Monochromatic Colors of #391C08
Black with #391C08
Text Example
Text Example
White with #391C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C08; }
p { color: rgb(57,28,8); }
H1.HeaderClassName
{
color: #391C08;
}
.AnyTagClassName
{
color: #391C08;
}
</style>
background-color css
<style>
a { background-color: #391C08; }
a { background-color: rgb(57,28,8); }
div.DivClassName
{
background-color: #391C08;
}
.BgClassName
{
background-color: #391C08;
}
</style>
border-color css
<style>
span { border-color: #391C08; }
span { border-color: rgb(57,28,8); }
td.TdClassName
{
border-color: #391C08;
}
.TagClassName
{
border-color: #391C08;
}
</style>