Shades of Brown Pod #391A08
Tints of Brown Pod #391A08
RGB
CMYK
RGB Variations
Color information
#391A08 (or 0x391A08) is known color: Brown Pod. HEX triplet: 39, 1A and 08. RGB value is (57,26,8). Sum of RGB (Red+Green+Blue) = 57+26+8=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #391A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A08 is #C6E5F7. Grayscale: #212121. Windows color (decimal): -13035000 or 531001. OLE color: 531001.
HSL color Cylindrical-coordinate representation of color #391A08: hue angle of 22.04º 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 #391A08 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 26 | 8 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.78 |
| HSL | 22.04º | 0.75% | 0.13% | - |
| HSV(B) | 22.04º | 0.86% | 0.22% | - |
| XYZ | 2.1 | 1.63 | 0.43 | - |
| YUV | 33.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 8 | 0 | 0.54 | 0.86 | 0.78 | 22.04 | 0.75 | 0.13 |
| Hex | 39 | 1A | 8 | 0 | 36 | 56 | 4E | 16 | 4B | D |
| Octal | 71 | 32 | 10 | 0 | 66 | 126 | 116 | 26 | 113 | 15 |
| Binary | 111001 | 11010 | 1000 | 0 | 110110 | 1010110 | 1001110 | 10110 | 1001011 | 1101 |
Color Harmonies of #391A08
Complementary color
Monochromatic Colors of #391A08
Black with #391A08
Text Example
Text Example
White with #391A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A08; }
p { color: rgb(57,26,8); }
H1.HeaderClassName
{
color: #391A08;
}
.AnyTagClassName
{
color: #391A08;
}
</style>
background-color css
<style>
a { background-color: #391A08; }
a { background-color: rgb(57,26,8); }
div.DivClassName
{
background-color: #391A08;
}
.BgClassName
{
background-color: #391A08;
}
</style>
border-color css
<style>
span { border-color: #391A08; }
span { border-color: rgb(57,26,8); }
td.TdClassName
{
border-color: #391A08;
}
.TagClassName
{
border-color: #391A08;
}
</style>