Shades of Brown Pod #391B04
Tints of Brown Pod #391B04
RGB
CMYK
RGB Variations
Color information
#391B04 (or 0x391B04) is known color: Brown Pod. HEX triplet: 39, 1B and 04. RGB value is (57,27,4). Sum of RGB (Red+Green+Blue) = 57+27+4=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #391B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B04 is #C6E4FB. Grayscale: #212121. Windows color (decimal): -13034748 or 269113. OLE color: 269113.
HSL color Cylindrical-coordinate representation of color #391B04: hue angle of 26.04º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #391B04 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 27 | 4 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.78 |
| HSL | 26.04º | 0.87% | 0.12% | - |
| HSV(B) | 26.04º | 0.93% | 0.22% | - |
| XYZ | 2.1 | 1.66 | 0.33 | - |
| YUV | 33.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 4 | 0 | 0.53 | 0.93 | 0.78 | 26.04 | 0.87 | 0.12 |
| Hex | 39 | 1B | 4 | 0 | 35 | 5D | 4E | 1A | 57 | C |
| Octal | 71 | 33 | 4 | 0 | 65 | 135 | 116 | 32 | 127 | 14 |
| Binary | 111001 | 11011 | 100 | 0 | 110101 | 1011101 | 1001110 | 11010 | 1010111 | 1100 |
Color Harmonies of #391B04
Complementary color
Monochromatic Colors of #391B04
Black with #391B04
Text Example
Text Example
White with #391B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B04; }
p { color: rgb(57,27,4); }
H1.HeaderClassName
{
color: #391B04;
}
.AnyTagClassName
{
color: #391B04;
}
</style>
background-color css
<style>
a { background-color: #391B04; }
a { background-color: rgb(57,27,4); }
div.DivClassName
{
background-color: #391B04;
}
.BgClassName
{
background-color: #391B04;
}
</style>
border-color css
<style>
span { border-color: #391B04; }
span { border-color: rgb(57,27,4); }
td.TdClassName
{
border-color: #391B04;
}
.TagClassName
{
border-color: #391B04;
}
</style>