Shades of Brown Pod #38180C
Tints of Brown Pod #38180C
RGB
CMYK
RGB Variations
Color information
#38180C (or 0x38180C) is known color: Brown Pod. HEX triplet: 38, 18 and 0C. RGB value is (56,24,12). Sum of RGB (Red+Green+Blue) = 56+24+12=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #38180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38180C is #C7E7F3. Grayscale: #202020. Windows color (decimal): -13101044 or 792632. OLE color: 792632.
HSL color Cylindrical-coordinate representation of color #38180C: hue angle of 16.36º 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 #38180C is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 24 | 12 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.78 |
| HSL | 16.36º | 0.65% | 0.13% | - |
| HSV(B) | 16.36º | 0.79% | 0.22% | - |
| XYZ | 2.02 | 1.52 | 0.53 | - |
| YUV | 32.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 12 | 0 | 0.57 | 0.79 | 0.78 | 16.36 | 0.65 | 0.13 |
| Hex | 38 | 18 | C | 0 | 39 | 4F | 4E | 10 | 41 | D |
| Octal | 70 | 30 | 14 | 0 | 71 | 117 | 116 | 20 | 101 | 15 |
| Binary | 111000 | 11000 | 1100 | 0 | 111001 | 1001111 | 1001110 | 10000 | 1000001 | 1101 |
Color Harmonies of #38180C
Complementary color
Monochromatic Colors of #38180C
Black with #38180C
Text Example
Text Example
White with #38180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38180C; }
p { color: rgb(56,24,12); }
H1.HeaderClassName
{
color: #38180C;
}
.AnyTagClassName
{
color: #38180C;
}
</style>
background-color css
<style>
a { background-color: #38180C; }
a { background-color: rgb(56,24,12); }
div.DivClassName
{
background-color: #38180C;
}
.BgClassName
{
background-color: #38180C;
}
</style>
border-color css
<style>
span { border-color: #38180C; }
span { border-color: rgb(56,24,12); }
td.TdClassName
{
border-color: #38180C;
}
.TagClassName
{
border-color: #38180C;
}
</style>