Shades of Brown Pod #391603
Tints of Brown Pod #391603
RGB
CMYK
RGB Variations
Color information
#391603 (or 0x391603) is known color: Brown Pod. HEX triplet: 39, 16 and 03. RGB value is (57,22,3). Sum of RGB (Red+Green+Blue) = 57+22+3=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #391603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391603 is #C6E9FC. Grayscale: #1E1E1E. Windows color (decimal): -13036029 or 202297. OLE color: 202297.
HSL color Cylindrical-coordinate representation of color #391603: hue angle of 21.11º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #391603 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 22 | 3 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.78 |
| HSL | 21.11º | 0.9% | 0.12% | - |
| HSV(B) | 21.11º | 0.95% | 0.22% | - |
| XYZ | 1.99 | 1.45 | 0.26 | - |
| YUV | 30.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 22 | 3 | 0 | 0.61 | 0.95 | 0.78 | 21.11 | 0.9 | 0.12 |
| Hex | 39 | 16 | 3 | 0 | 3D | 5F | 4E | 15 | 5A | C |
| Octal | 71 | 26 | 3 | 0 | 75 | 137 | 116 | 25 | 132 | 14 |
| Binary | 111001 | 10110 | 11 | 0 | 111101 | 1011111 | 1001110 | 10101 | 1011010 | 1100 |
Color Harmonies of #391603
Complementary color
Monochromatic Colors of #391603
Black with #391603
Text Example
Text Example
White with #391603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391603; }
p { color: rgb(57,22,3); }
H1.HeaderClassName
{
color: #391603;
}
.AnyTagClassName
{
color: #391603;
}
</style>
background-color css
<style>
a { background-color: #391603; }
a { background-color: rgb(57,22,3); }
div.DivClassName
{
background-color: #391603;
}
.BgClassName
{
background-color: #391603;
}
</style>
border-color css
<style>
span { border-color: #391603; }
span { border-color: rgb(57,22,3); }
td.TdClassName
{
border-color: #391603;
}
.TagClassName
{
border-color: #391603;
}
</style>