Shades of Brown Pod #381B0F
Tints of Brown Pod #381B0F
RGB
CMYK
RGB Variations
Color information
#381B0F (or 0x381B0F) is known color: Brown Pod. HEX triplet: 38, 1B and 0F. RGB value is (56,27,15). Sum of RGB (Red+Green+Blue) = 56+27+15=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B0F is #C7E4F0. Grayscale: #222222. Windows color (decimal): -13100273 or 990008. OLE color: 990008.
HSL color Cylindrical-coordinate representation of color #381B0F: hue angle of 17.56º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381B0F is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 15 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.78 |
| HSL | 17.56º | 0.58% | 0.14% | - |
| HSV(B) | 17.56º | 0.73% | 0.22% | - |
| XYZ | 2.11 | 1.66 | 0.66 | - |
| YUV | 34.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 15 | 0 | 0.52 | 0.73 | 0.78 | 17.56 | 0.58 | 0.14 |
| Hex | 38 | 1B | F | 0 | 34 | 49 | 4E | 12 | 3A | E |
| Octal | 70 | 33 | 17 | 0 | 64 | 111 | 116 | 22 | 72 | 16 |
| Binary | 111000 | 11011 | 1111 | 0 | 110100 | 1001001 | 1001110 | 10010 | 111010 | 1110 |
Color Harmonies of #381B0F
Complementary color
Monochromatic Colors of #381B0F
Black with #381B0F
Text Example
Text Example
White with #381B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B0F; }
p { color: rgb(56,27,15); }
H1.HeaderClassName
{
color: #381B0F;
}
.AnyTagClassName
{
color: #381B0F;
}
</style>
background-color css
<style>
a { background-color: #381B0F; }
a { background-color: rgb(56,27,15); }
div.DivClassName
{
background-color: #381B0F;
}
.BgClassName
{
background-color: #381B0F;
}
</style>
border-color css
<style>
span { border-color: #381B0F; }
span { border-color: rgb(56,27,15); }
td.TdClassName
{
border-color: #381B0F;
}
.TagClassName
{
border-color: #381B0F;
}
</style>