Shades of Brown Pod #38160A
Tints of Brown Pod #38160A
RGB
CMYK
RGB Variations
Color information
#38160A (or 0x38160A) is known color: Brown Pod. HEX triplet: 38, 16 and 0A. RGB value is (56,22,10). Sum of RGB (Red+Green+Blue) = 56+22+10=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #38160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38160A is #C7E9F5. Grayscale: #1E1E1E. Windows color (decimal): -13101558 or 661048. OLE color: 661048.
HSL color Cylindrical-coordinate representation of color #38160A: hue angle of 15.65º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38160A is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 22 | 10 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.78 |
| HSL | 15.65º | 0.7% | 0.13% | - |
| HSV(B) | 15.65º | 0.82% | 0.22% | - |
| XYZ | 1.97 | 1.44 | 0.46 | - |
| YUV | 30.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 10 | 0 | 0.61 | 0.82 | 0.78 | 15.65 | 0.7 | 0.13 |
| Hex | 38 | 16 | A | 0 | 3D | 52 | 4E | 10 | 46 | D |
| Octal | 70 | 26 | 12 | 0 | 75 | 122 | 116 | 20 | 106 | 15 |
| Binary | 111000 | 10110 | 1010 | 0 | 111101 | 1010010 | 1001110 | 10000 | 1000110 | 1101 |
Color Harmonies of #38160A
Complementary color
Monochromatic Colors of #38160A
Black with #38160A
Text Example
Text Example
White with #38160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38160A; }
p { color: rgb(56,22,10); }
H1.HeaderClassName
{
color: #38160A;
}
.AnyTagClassName
{
color: #38160A;
}
</style>
background-color css
<style>
a { background-color: #38160A; }
a { background-color: rgb(56,22,10); }
div.DivClassName
{
background-color: #38160A;
}
.BgClassName
{
background-color: #38160A;
}
</style>
border-color css
<style>
span { border-color: #38160A; }
span { border-color: rgb(56,22,10); }
td.TdClassName
{
border-color: #38160A;
}
.TagClassName
{
border-color: #38160A;
}
</style>