Shades of Brown Pod #381E19
Tints of Brown Pod #381E19
RGB
CMYK
RGB Variations
Color information
#381E19 (or 0x381E19) is known color: Brown Pod. HEX triplet: 38, 1E and 19. RGB value is (56,30,25). Sum of RGB (Red+Green+Blue) = 56+30+25=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E19 is #C7E1E6. Grayscale: #252525. Windows color (decimal): -13099495 or 1646136. OLE color: 1646136.
HSL color Cylindrical-coordinate representation of color #381E19: hue angle of 9.68º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381E19 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 25 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.78 |
| HSL | 9.68º | 0.38% | 0.16% | - |
| HSV(B) | 9.68º | 0.55% | 0.22% | - |
| XYZ | 2.27 | 1.84 | 1.16 | - |
| YUV | 37.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 25 | 0 | 0.46 | 0.55 | 0.78 | 9.68 | 0.38 | 0.16 |
| Hex | 38 | 1E | 19 | 0 | 2E | 37 | 4E | A | 26 | 10 |
| Octal | 70 | 36 | 31 | 0 | 56 | 67 | 116 | 12 | 46 | 20 |
| Binary | 111000 | 11110 | 11001 | 0 | 101110 | 110111 | 1001110 | 1010 | 100110 | 10000 |
Color Harmonies of #381E19
Complementary color
Monochromatic Colors of #381E19
Black with #381E19
Text Example
Text Example
White with #381E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E19; }
p { color: rgb(56,30,25); }
H1.HeaderClassName
{
color: #381E19;
}
.AnyTagClassName
{
color: #381E19;
}
</style>
background-color css
<style>
a { background-color: #381E19; }
a { background-color: rgb(56,30,25); }
div.DivClassName
{
background-color: #381E19;
}
.BgClassName
{
background-color: #381E19;
}
</style>
border-color css
<style>
span { border-color: #381E19; }
span { border-color: rgb(56,30,25); }
td.TdClassName
{
border-color: #381E19;
}
.TagClassName
{
border-color: #381E19;
}
</style>