Shades of Brown Pod #38160B
Tints of Brown Pod #38160B
RGB
CMYK
RGB Variations
Color information
#38160B (or 0x38160B) is known color: Brown Pod. HEX triplet: 38, 16 and 0B. RGB value is (56,22,11). Sum of RGB (Red+Green+Blue) = 56+22+11=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38160B is #C7E9F4. Grayscale: #1E1E1E. Windows color (decimal): -13101557 or 726584. OLE color: 726584.
HSL color Cylindrical-coordinate representation of color #38160B: hue angle of 14.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38160B is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 22 | 11 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.78 |
| HSL | 14.67º | 0.67% | 0.13% | - |
| HSV(B) | 14.67º | 0.8% | 0.22% | - |
| XYZ | 1.98 | 1.44 | 0.49 | - |
| YUV | 30.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 11 | 0 | 0.61 | 0.80 | 0.78 | 14.67 | 0.67 | 0.13 |
| Hex | 38 | 16 | B | 0 | 3D | 50 | 4E | F | 43 | D |
| Octal | 70 | 26 | 13 | 0 | 75 | 120 | 116 | 17 | 103 | 15 |
| Binary | 111000 | 10110 | 1011 | 0 | 111101 | 1010000 | 1001110 | 1111 | 1000011 | 1101 |
Color Harmonies of #38160B
Complementary color
Monochromatic Colors of #38160B
Black with #38160B
Text Example
Text Example
White with #38160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38160B; }
p { color: rgb(56,22,11); }
H1.HeaderClassName
{
color: #38160B;
}
.AnyTagClassName
{
color: #38160B;
}
</style>
background-color css
<style>
a { background-color: #38160B; }
a { background-color: rgb(56,22,11); }
div.DivClassName
{
background-color: #38160B;
}
.BgClassName
{
background-color: #38160B;
}
</style>
border-color css
<style>
span { border-color: #38160B; }
span { border-color: rgb(56,22,11); }
td.TdClassName
{
border-color: #38160B;
}
.TagClassName
{
border-color: #38160B;
}
</style>