Shades of Brown Pod #381C0D
Tints of Brown Pod #381C0D
RGB
CMYK
RGB Variations
Color information
#381C0D (or 0x381C0D) is known color: Brown Pod. HEX triplet: 38, 1C and 0D. RGB value is (56,28,13). Sum of RGB (Red+Green+Blue) = 56+28+13=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C0D is #C7E3F2. Grayscale: #222222. Windows color (decimal): -13100019 or 859192. OLE color: 859192.
HSL color Cylindrical-coordinate representation of color #381C0D: hue angle of 20.93º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381C0D is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 13 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.78 |
| HSL | 20.93º | 0.62% | 0.14% | - |
| HSV(B) | 20.93º | 0.77% | 0.22% | - |
| XYZ | 2.12 | 1.7 | 0.6 | - |
| YUV | 34.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 13 | 0 | 0.50 | 0.77 | 0.78 | 20.93 | 0.62 | 0.14 |
| Hex | 38 | 1C | D | 0 | 32 | 4D | 4E | 15 | 3E | E |
| Octal | 70 | 34 | 15 | 0 | 62 | 115 | 116 | 25 | 76 | 16 |
| Binary | 111000 | 11100 | 1101 | 0 | 110010 | 1001101 | 1001110 | 10101 | 111110 | 1110 |
Color Harmonies of #381C0D
Complementary color
Monochromatic Colors of #381C0D
Black with #381C0D
Text Example
Text Example
White with #381C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C0D; }
p { color: rgb(56,28,13); }
H1.HeaderClassName
{
color: #381C0D;
}
.AnyTagClassName
{
color: #381C0D;
}
</style>
background-color css
<style>
a { background-color: #381C0D; }
a { background-color: rgb(56,28,13); }
div.DivClassName
{
background-color: #381C0D;
}
.BgClassName
{
background-color: #381C0D;
}
</style>
border-color css
<style>
span { border-color: #381C0D; }
span { border-color: rgb(56,28,13); }
td.TdClassName
{
border-color: #381C0D;
}
.TagClassName
{
border-color: #381C0D;
}
</style>