Shades of Brown Pod #38170C
Tints of Brown Pod #38170C
RGB
CMYK
RGB Variations
Color information
#38170C (or 0x38170C) is known color: Brown Pod. HEX triplet: 38, 17 and 0C. RGB value is (56,23,12). Sum of RGB (Red+Green+Blue) = 56+23+12=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38170C is #C7E8F3. Grayscale: #1F1F1F. Windows color (decimal): -13101300 or 792376. OLE color: 792376.
HSL color Cylindrical-coordinate representation of color #38170C: hue angle of 15º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38170C is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 23 | 12 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.78 |
| HSL | 15º | 0.65% | 0.13% | - |
| HSV(B) | 15º | 0.79% | 0.22% | - |
| XYZ | 2 | 1.48 | 0.53 | - |
| YUV | 31.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 12 | 0 | 0.59 | 0.79 | 0.78 | 15 | 0.65 | 0.13 |
| Hex | 38 | 17 | C | 0 | 3B | 4F | 4E | F | 41 | D |
| Octal | 70 | 27 | 14 | 0 | 73 | 117 | 116 | 17 | 101 | 15 |
| Binary | 111000 | 10111 | 1100 | 0 | 111011 | 1001111 | 1001110 | 1111 | 1000001 | 1101 |
Color Harmonies of #38170C
Complementary color
Monochromatic Colors of #38170C
Black with #38170C
Text Example
Text Example
White with #38170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38170C; }
p { color: rgb(56,23,12); }
H1.HeaderClassName
{
color: #38170C;
}
.AnyTagClassName
{
color: #38170C;
}
</style>
background-color css
<style>
a { background-color: #38170C; }
a { background-color: rgb(56,23,12); }
div.DivClassName
{
background-color: #38170C;
}
.BgClassName
{
background-color: #38170C;
}
</style>
border-color css
<style>
span { border-color: #38170C; }
span { border-color: rgb(56,23,12); }
td.TdClassName
{
border-color: #38170C;
}
.TagClassName
{
border-color: #38170C;
}
</style>