Shades of Brown Pod #381E1B
Tints of Brown Pod #381E1B
RGB
CMYK
RGB Variations
Color information
#381E1B (or 0x381E1B) is known color: Brown Pod. HEX triplet: 38, 1E and 1B. RGB value is (56,30,27). Sum of RGB (Red+Green+Blue) = 56+30+27=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E1B is #C7E1E4. Grayscale: #252525. Windows color (decimal): -13099493 or 1777208. OLE color: 1777208.
HSL color Cylindrical-coordinate representation of color #381E1B: hue angle of 6.21º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381E1B is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 27 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.78 |
| HSL | 6.21º | 0.35% | 0.16% | - |
| HSV(B) | 6.21º | 0.52% | 0.22% | - |
| XYZ | 2.29 | 1.85 | 1.27 | - |
| YUV | 37.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 27 | 0 | 0.46 | 0.52 | 0.78 | 6.21 | 0.35 | 0.16 |
| Hex | 38 | 1E | 1B | 0 | 2E | 34 | 4E | 6 | 23 | 10 |
| Octal | 70 | 36 | 33 | 0 | 56 | 64 | 116 | 6 | 43 | 20 |
| Binary | 111000 | 11110 | 11011 | 0 | 101110 | 110100 | 1001110 | 110 | 100011 | 10000 |
Color Harmonies of #381E1B
Complementary color
Monochromatic Colors of #381E1B
Black with #381E1B
Text Example
Text Example
White with #381E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E1B; }
p { color: rgb(56,30,27); }
H1.HeaderClassName
{
color: #381E1B;
}
.AnyTagClassName
{
color: #381E1B;
}
</style>
background-color css
<style>
a { background-color: #381E1B; }
a { background-color: rgb(56,30,27); }
div.DivClassName
{
background-color: #381E1B;
}
.BgClassName
{
background-color: #381E1B;
}
</style>
border-color css
<style>
span { border-color: #381E1B; }
span { border-color: rgb(56,30,27); }
td.TdClassName
{
border-color: #381E1B;
}
.TagClassName
{
border-color: #381E1B;
}
</style>