Shades of Brown Pod #381607
Tints of Brown Pod #381607
RGB
CMYK
RGB Variations
Color information
#381607 (or 0x381607) is known color: Brown Pod. HEX triplet: 38, 16 and 07. RGB value is (56,22,7). Sum of RGB (Red+Green+Blue) = 56+22+7=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #381607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381607 is #C7E9F8. Grayscale: #1E1E1E. Windows color (decimal): -13101561 or 464440. OLE color: 464440.
HSL color Cylindrical-coordinate representation of color #381607: hue angle of 18.37º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381607 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 22 | 7 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.78 |
| HSL | 18.37º | 0.78% | 0.12% | - |
| HSV(B) | 18.37º | 0.88% | 0.22% | - |
| XYZ | 1.96 | 1.43 | 0.37 | - |
| YUV | 30.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 7 | 0 | 0.61 | 0.88 | 0.78 | 18.37 | 0.78 | 0.12 |
| Hex | 38 | 16 | 7 | 0 | 3D | 58 | 4E | 12 | 4E | C |
| Octal | 70 | 26 | 7 | 0 | 75 | 130 | 116 | 22 | 116 | 14 |
| Binary | 111000 | 10110 | 111 | 0 | 111101 | 1011000 | 1001110 | 10010 | 1001110 | 1100 |
Color Harmonies of #381607
Complementary color
Monochromatic Colors of #381607
Black with #381607
Text Example
Text Example
White with #381607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381607; }
p { color: rgb(56,22,7); }
H1.HeaderClassName
{
color: #381607;
}
.AnyTagClassName
{
color: #381607;
}
</style>
background-color css
<style>
a { background-color: #381607; }
a { background-color: rgb(56,22,7); }
div.DivClassName
{
background-color: #381607;
}
.BgClassName
{
background-color: #381607;
}
</style>
border-color css
<style>
span { border-color: #381607; }
span { border-color: rgb(56,22,7); }
td.TdClassName
{
border-color: #381607;
}
.TagClassName
{
border-color: #381607;
}
</style>