Shades of Brown Pod #381D14
Tints of Brown Pod #381D14
RGB
CMYK
RGB Variations
Color information
#381D14 (or 0x381D14) is known color: Brown Pod. HEX triplet: 38, 1D and 14. RGB value is (56,29,20). Sum of RGB (Red+Green+Blue) = 56+29+20=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #381D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D14 is #C7E2EB. Grayscale: #242424. Windows color (decimal): -13099756 or 1318200. OLE color: 1318200.
HSL color Cylindrical-coordinate representation of color #381D14: hue angle of 15º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381D14 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 29 | 20 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.78 |
| HSL | 15º | 0.47% | 0.15% | - |
| HSV(B) | 15º | 0.64% | 0.22% | - |
| XYZ | 2.2 | 1.77 | 0.89 | - |
| YUV | 36.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 20 | 0 | 0.48 | 0.64 | 0.78 | 15 | 0.47 | 0.15 |
| Hex | 38 | 1D | 14 | 0 | 30 | 40 | 4E | F | 2F | F |
| Octal | 70 | 35 | 24 | 0 | 60 | 100 | 116 | 17 | 57 | 17 |
| Binary | 111000 | 11101 | 10100 | 0 | 110000 | 1000000 | 1001110 | 1111 | 101111 | 1111 |
Color Harmonies of #381D14
Complementary color
Monochromatic Colors of #381D14
Black with #381D14
Text Example
Text Example
White with #381D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D14; }
p { color: rgb(56,29,20); }
H1.HeaderClassName
{
color: #381D14;
}
.AnyTagClassName
{
color: #381D14;
}
</style>
background-color css
<style>
a { background-color: #381D14; }
a { background-color: rgb(56,29,20); }
div.DivClassName
{
background-color: #381D14;
}
.BgClassName
{
background-color: #381D14;
}
</style>
border-color css
<style>
span { border-color: #381D14; }
span { border-color: rgb(56,29,20); }
td.TdClassName
{
border-color: #381D14;
}
.TagClassName
{
border-color: #381D14;
}
</style>