Shades of Brown Pod #38170E
Tints of Brown Pod #38170E
RGB
CMYK
RGB Variations
Color information
#38170E (or 0x38170E) is known color: Brown Pod. HEX triplet: 38, 17 and 0E. RGB value is (56,23,14). Sum of RGB (Red+Green+Blue) = 56+23+14=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #38170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38170E is #C7E8F1. Grayscale: #1F1F1F. Windows color (decimal): -13101298 or 923448. OLE color: 923448.
HSL color Cylindrical-coordinate representation of color #38170E: hue angle of 12.86º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38170E is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 23 | 14 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.78 |
| HSL | 12.86º | 0.6% | 0.14% | - |
| HSV(B) | 12.86º | 0.75% | 0.22% | - |
| XYZ | 2.02 | 1.49 | 0.6 | - |
| YUV | 31.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 14 | 0 | 0.59 | 0.75 | 0.78 | 12.86 | 0.6 | 0.14 |
| Hex | 38 | 17 | E | 0 | 3B | 4B | 4E | D | 3C | E |
| Octal | 70 | 27 | 16 | 0 | 73 | 113 | 116 | 15 | 74 | 16 |
| Binary | 111000 | 10111 | 1110 | 0 | 111011 | 1001011 | 1001110 | 1101 | 111100 | 1110 |
Color Harmonies of #38170E
Complementary color
Monochromatic Colors of #38170E
Black with #38170E
Text Example
Text Example
White with #38170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38170E; }
p { color: rgb(56,23,14); }
H1.HeaderClassName
{
color: #38170E;
}
.AnyTagClassName
{
color: #38170E;
}
</style>
background-color css
<style>
a { background-color: #38170E; }
a { background-color: rgb(56,23,14); }
div.DivClassName
{
background-color: #38170E;
}
.BgClassName
{
background-color: #38170E;
}
</style>
border-color css
<style>
span { border-color: #38170E; }
span { border-color: rgb(56,23,14); }
td.TdClassName
{
border-color: #38170E;
}
.TagClassName
{
border-color: #38170E;
}
</style>