Shades of Brown Pod #381D13
Tints of Brown Pod #381D13
RGB
CMYK
RGB Variations
Color information
#381D13 (or 0x381D13) is known color: Brown Pod. HEX triplet: 38, 1D and 13. RGB value is (56,29,19). Sum of RGB (Red+Green+Blue) = 56+29+19=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D13 is #C7E2EC. Grayscale: #242424. Windows color (decimal): -13099757 or 1252664. OLE color: 1252664.
HSL color Cylindrical-coordinate representation of color #381D13: hue angle of 16.22º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381D13 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 29 | 19 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.78 |
| HSL | 16.22º | 0.49% | 0.15% | - |
| HSV(B) | 16.22º | 0.66% | 0.22% | - |
| XYZ | 2.19 | 1.77 | 0.84 | - |
| YUV | 35.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 19 | 0 | 0.48 | 0.66 | 0.78 | 16.22 | 0.49 | 0.15 |
| Hex | 38 | 1D | 13 | 0 | 30 | 42 | 4E | 10 | 31 | F |
| Octal | 70 | 35 | 23 | 0 | 60 | 102 | 116 | 20 | 61 | 17 |
| Binary | 111000 | 11101 | 10011 | 0 | 110000 | 1000010 | 1001110 | 10000 | 110001 | 1111 |
Color Harmonies of #381D13
Complementary color
Monochromatic Colors of #381D13
Black with #381D13
Text Example
Text Example
White with #381D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D13; }
p { color: rgb(56,29,19); }
H1.HeaderClassName
{
color: #381D13;
}
.AnyTagClassName
{
color: #381D13;
}
</style>
background-color css
<style>
a { background-color: #381D13; }
a { background-color: rgb(56,29,19); }
div.DivClassName
{
background-color: #381D13;
}
.BgClassName
{
background-color: #381D13;
}
</style>
border-color css
<style>
span { border-color: #381D13; }
span { border-color: rgb(56,29,19); }
td.TdClassName
{
border-color: #381D13;
}
.TagClassName
{
border-color: #381D13;
}
</style>