Shades of Brown Pod #391B01
Tints of Brown Pod #391B01
RGB
CMYK
RGB Variations
Color information
#391B01 (or 0x391B01) is known color: Brown Pod. HEX triplet: 39, 1B and 01. RGB value is (57,27,1). Sum of RGB (Red+Green+Blue) = 57+27+1=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #391B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B01 is #C6E4FE. Grayscale: #212121. Windows color (decimal): -13034751 or 72505. OLE color: 72505.
HSL color Cylindrical-coordinate representation of color #391B01: hue angle of 27.86º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #391B01 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 27 | 1 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.78 |
| HSL | 27.86º | 0.97% | 0.11% | - |
| HSV(B) | 27.86º | 0.98% | 0.22% | - |
| XYZ | 2.08 | 1.66 | 0.24 | - |
| YUV | 33.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 1 | 0 | 0.53 | 0.98 | 0.78 | 27.86 | 0.97 | 0.11 |
| Hex | 39 | 1B | 1 | 0 | 35 | 62 | 4E | 1C | 61 | B |
| Octal | 71 | 33 | 1 | 0 | 65 | 142 | 116 | 34 | 141 | 13 |
| Binary | 111001 | 11011 | 1 | 0 | 110101 | 1100010 | 1001110 | 11100 | 1100001 | 1011 |
Color Harmonies of #391B01
Complementary color
Monochromatic Colors of #391B01
Black with #391B01
Text Example
Text Example
White with #391B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B01; }
p { color: rgb(57,27,1); }
H1.HeaderClassName
{
color: #391B01;
}
.AnyTagClassName
{
color: #391B01;
}
</style>
background-color css
<style>
a { background-color: #391B01; }
a { background-color: rgb(57,27,1); }
div.DivClassName
{
background-color: #391B01;
}
.BgClassName
{
background-color: #391B01;
}
</style>
border-color css
<style>
span { border-color: #391B01; }
span { border-color: rgb(57,27,1); }
td.TdClassName
{
border-color: #391B01;
}
.TagClassName
{
border-color: #391B01;
}
</style>