Shades of Brown Pod #38160C
Tints of Brown Pod #38160C
RGB
CMYK
RGB Variations
Color information
#38160C (or 0x38160C) is known color: Brown Pod. HEX triplet: 38, 16 and 0C. RGB value is (56,22,12). Sum of RGB (Red+Green+Blue) = 56+22+12=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #38160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38160C is #C7E9F3. Grayscale: #1F1F1F. Windows color (decimal): -13101556 or 792120. OLE color: 792120.
HSL color Cylindrical-coordinate representation of color #38160C: hue angle of 13.64º 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 #38160C is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 22 | 12 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.78 |
| HSL | 13.64º | 0.65% | 0.13% | - |
| HSV(B) | 13.64º | 0.79% | 0.22% | - |
| XYZ | 1.98 | 1.44 | 0.52 | - |
| YUV | 31.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 12 | 0 | 0.61 | 0.79 | 0.78 | 13.64 | 0.65 | 0.13 |
| Hex | 38 | 16 | C | 0 | 3D | 4F | 4E | E | 41 | D |
| Octal | 70 | 26 | 14 | 0 | 75 | 117 | 116 | 16 | 101 | 15 |
| Binary | 111000 | 10110 | 1100 | 0 | 111101 | 1001111 | 1001110 | 1110 | 1000001 | 1101 |
Color Harmonies of #38160C
Complementary color
Monochromatic Colors of #38160C
Black with #38160C
Text Example
Text Example
White with #38160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38160C; }
p { color: rgb(56,22,12); }
H1.HeaderClassName
{
color: #38160C;
}
.AnyTagClassName
{
color: #38160C;
}
</style>
background-color css
<style>
a { background-color: #38160C; }
a { background-color: rgb(56,22,12); }
div.DivClassName
{
background-color: #38160C;
}
.BgClassName
{
background-color: #38160C;
}
</style>
border-color css
<style>
span { border-color: #38160C; }
span { border-color: rgb(56,22,12); }
td.TdClassName
{
border-color: #38160C;
}
.TagClassName
{
border-color: #38160C;
}
</style>