Shades of Brown Pod #381E0B
Tints of Brown Pod #381E0B
RGB
CMYK
RGB Variations
Color information
#381E0B (or 0x381E0B) is known color: Brown Pod. HEX triplet: 38, 1E and 0B. RGB value is (56,30,11). Sum of RGB (Red+Green+Blue) = 56+30+11=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E0B is #C7E1F4. Grayscale: #232323. Windows color (decimal): -13099509 or 728632. OLE color: 728632.
HSL color Cylindrical-coordinate representation of color #381E0B: hue angle of 25.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381E0B is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 11 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.78 |
| HSL | 25.33º | 0.67% | 0.13% | - |
| HSV(B) | 25.33º | 0.8% | 0.22% | - |
| XYZ | 2.16 | 1.79 | 0.55 | - |
| YUV | 35.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 11 | 0 | 0.46 | 0.80 | 0.78 | 25.33 | 0.67 | 0.13 |
| Hex | 38 | 1E | B | 0 | 2E | 50 | 4E | 19 | 43 | D |
| Octal | 70 | 36 | 13 | 0 | 56 | 120 | 116 | 31 | 103 | 15 |
| Binary | 111000 | 11110 | 1011 | 0 | 101110 | 1010000 | 1001110 | 11001 | 1000011 | 1101 |
Color Harmonies of #381E0B
Complementary color
Monochromatic Colors of #381E0B
Black with #381E0B
Text Example
Text Example
White with #381E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E0B; }
p { color: rgb(56,30,11); }
H1.HeaderClassName
{
color: #381E0B;
}
.AnyTagClassName
{
color: #381E0B;
}
</style>
background-color css
<style>
a { background-color: #381E0B; }
a { background-color: rgb(56,30,11); }
div.DivClassName
{
background-color: #381E0B;
}
.BgClassName
{
background-color: #381E0B;
}
</style>
border-color css
<style>
span { border-color: #381E0B; }
span { border-color: rgb(56,30,11); }
td.TdClassName
{
border-color: #381E0B;
}
.TagClassName
{
border-color: #381E0B;
}
</style>