Shades of Brown Pod #38170D
Tints of Brown Pod #38170D
RGB
CMYK
RGB Variations
Color information
#38170D (or 0x38170D) is known color: Brown Pod. HEX triplet: 38, 17 and 0D. RGB value is (56,23,13). Sum of RGB (Red+Green+Blue) = 56+23+13=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #38170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38170D is #C7E8F2. Grayscale: #1F1F1F. Windows color (decimal): -13101299 or 857912. OLE color: 857912.
HSL color Cylindrical-coordinate representation of color #38170D: hue angle of 13.95º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38170D is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 23 | 13 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.78 |
| HSL | 13.95º | 0.62% | 0.14% | - |
| HSV(B) | 13.95º | 0.77% | 0.22% | - |
| XYZ | 2.01 | 1.48 | 0.56 | - |
| YUV | 31.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 13 | 0 | 0.59 | 0.77 | 0.78 | 13.95 | 0.62 | 0.14 |
| Hex | 38 | 17 | D | 0 | 3B | 4D | 4E | E | 3E | E |
| Octal | 70 | 27 | 15 | 0 | 73 | 115 | 116 | 16 | 76 | 16 |
| Binary | 111000 | 10111 | 1101 | 0 | 111011 | 1001101 | 1001110 | 1110 | 111110 | 1110 |
Color Harmonies of #38170D
Complementary color
Monochromatic Colors of #38170D
Black with #38170D
Text Example
Text Example
White with #38170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38170D; }
p { color: rgb(56,23,13); }
H1.HeaderClassName
{
color: #38170D;
}
.AnyTagClassName
{
color: #38170D;
}
</style>
background-color css
<style>
a { background-color: #38170D; }
a { background-color: rgb(56,23,13); }
div.DivClassName
{
background-color: #38170D;
}
.BgClassName
{
background-color: #38170D;
}
</style>
border-color css
<style>
span { border-color: #38170D; }
span { border-color: rgb(56,23,13); }
td.TdClassName
{
border-color: #38170D;
}
.TagClassName
{
border-color: #38170D;
}
</style>