Shades of Brown Pod #381C14
Tints of Brown Pod #381C14
RGB
CMYK
RGB Variations
Color information
#381C14 (or 0x381C14) is known color: Brown Pod. HEX triplet: 38, 1C and 14. RGB value is (56,28,20). Sum of RGB (Red+Green+Blue) = 56+28+20=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C14 is #C7E3EB. Grayscale: #232323. Windows color (decimal): -13100012 or 1317944. OLE color: 1317944.
HSL color Cylindrical-coordinate representation of color #381C14: hue angle of 13.33º 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 #381C14 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 20 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.78 |
| HSL | 13.33º | 0.47% | 0.15% | - |
| HSV(B) | 13.33º | 0.64% | 0.22% | - |
| XYZ | 2.17 | 1.72 | 0.88 | - |
| YUV | 35.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 20 | 0 | 0.50 | 0.64 | 0.78 | 13.33 | 0.47 | 0.15 |
| Hex | 38 | 1C | 14 | 0 | 32 | 40 | 4E | D | 2F | F |
| Octal | 70 | 34 | 24 | 0 | 62 | 100 | 116 | 15 | 57 | 17 |
| Binary | 111000 | 11100 | 10100 | 0 | 110010 | 1000000 | 1001110 | 1101 | 101111 | 1111 |
Color Harmonies of #381C14
Complementary color
Monochromatic Colors of #381C14
Black with #381C14
Text Example
Text Example
White with #381C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C14; }
p { color: rgb(56,28,20); }
H1.HeaderClassName
{
color: #381C14;
}
.AnyTagClassName
{
color: #381C14;
}
</style>
background-color css
<style>
a { background-color: #381C14; }
a { background-color: rgb(56,28,20); }
div.DivClassName
{
background-color: #381C14;
}
.BgClassName
{
background-color: #381C14;
}
</style>
border-color css
<style>
span { border-color: #381C14; }
span { border-color: rgb(56,28,20); }
td.TdClassName
{
border-color: #381C14;
}
.TagClassName
{
border-color: #381C14;
}
</style>