Shades of Brown Pod #381B16
Tints of Brown Pod #381B16
RGB
CMYK
RGB Variations
Color information
#381B16 (or 0x381B16) is known color: Brown Pod. HEX triplet: 38, 1B and 16. RGB value is (56,27,22). Sum of RGB (Red+Green+Blue) = 56+27+22=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #381B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B16 is #C7E4E9. Grayscale: #232323. Windows color (decimal): -13100266 or 1448760. OLE color: 1448760.
HSL color Cylindrical-coordinate representation of color #381B16: hue angle of 8.82º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #381B16 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 22 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.78 |
| HSL | 8.82º | 0.44% | 0.15% | - |
| HSV(B) | 8.82º | 0.61% | 0.22% | - |
| XYZ | 2.17 | 1.68 | 0.97 | - |
| YUV | 35.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 22 | 0 | 0.52 | 0.61 | 0.78 | 8.82 | 0.44 | 0.15 |
| Hex | 38 | 1B | 16 | 0 | 34 | 3D | 4E | 9 | 2C | F |
| Octal | 70 | 33 | 26 | 0 | 64 | 75 | 116 | 11 | 54 | 17 |
| Binary | 111000 | 11011 | 10110 | 0 | 110100 | 111101 | 1001110 | 1001 | 101100 | 1111 |
Color Harmonies of #381B16
Complementary color
Monochromatic Colors of #381B16
Black with #381B16
Text Example
Text Example
White with #381B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B16; }
p { color: rgb(56,27,22); }
H1.HeaderClassName
{
color: #381B16;
}
.AnyTagClassName
{
color: #381B16;
}
</style>
background-color css
<style>
a { background-color: #381B16; }
a { background-color: rgb(56,27,22); }
div.DivClassName
{
background-color: #381B16;
}
.BgClassName
{
background-color: #381B16;
}
</style>
border-color css
<style>
span { border-color: #381B16; }
span { border-color: rgb(56,27,22); }
td.TdClassName
{
border-color: #381B16;
}
.TagClassName
{
border-color: #381B16;
}
</style>