Shades of Brown Pod #381C0E
Tints of Brown Pod #381C0E
RGB
CMYK
RGB Variations
Color information
#381C0E (or 0x381C0E) is known color: Brown Pod. HEX triplet: 38, 1C and 0E. RGB value is (56,28,14). Sum of RGB (Red+Green+Blue) = 56+28+14=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C0E is #C7E3F1. Grayscale: #222222. Windows color (decimal): -13100018 or 924728. OLE color: 924728.
HSL color Cylindrical-coordinate representation of color #381C0E: hue angle of 20º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381C0E is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 14 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.78 |
| HSL | 20º | 0.6% | 0.14% | - |
| HSV(B) | 20º | 0.75% | 0.22% | - |
| XYZ | 2.13 | 1.7 | 0.63 | - |
| YUV | 34.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 14 | 0 | 0.50 | 0.75 | 0.78 | 20 | 0.6 | 0.14 |
| Hex | 38 | 1C | E | 0 | 32 | 4B | 4E | 14 | 3C | E |
| Octal | 70 | 34 | 16 | 0 | 62 | 113 | 116 | 24 | 74 | 16 |
| Binary | 111000 | 11100 | 1110 | 0 | 110010 | 1001011 | 1001110 | 10100 | 111100 | 1110 |
Color Harmonies of #381C0E
Complementary color
Monochromatic Colors of #381C0E
Black with #381C0E
Text Example
Text Example
White with #381C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C0E; }
p { color: rgb(56,28,14); }
H1.HeaderClassName
{
color: #381C0E;
}
.AnyTagClassName
{
color: #381C0E;
}
</style>
background-color css
<style>
a { background-color: #381C0E; }
a { background-color: rgb(56,28,14); }
div.DivClassName
{
background-color: #381C0E;
}
.BgClassName
{
background-color: #381C0E;
}
</style>
border-color css
<style>
span { border-color: #381C0E; }
span { border-color: rgb(56,28,14); }
td.TdClassName
{
border-color: #381C0E;
}
.TagClassName
{
border-color: #381C0E;
}
</style>