Shades of Brown Pod #381900
Tints of Brown Pod #381900
RGB
CMYK
RGB Variations
Color information
#381900 (or 0x381900) is known color: Brown Pod. HEX triplet: 38, 19 and 00. RGB value is (56,25,0). Sum of RGB (Red+Green+Blue) = 56+25+0=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #381900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381900 is #C7E6FF. Grayscale: #1F1F1F. Windows color (decimal): -13100800 or 6456. OLE color: 6456.
HSL color Cylindrical-coordinate representation of color #381900: hue angle of 26.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #381900 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 25 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.78 |
| HSL | 26.79º | 1% | 0.11% | - |
| HSV(B) | 26.79º | 1% | 0.22% | - |
| XYZ | 1.98 | 1.54 | 0.19 | - |
| YUV | 31.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 0 | 0 | 0.55 | 1 | 0.78 | 26.79 | 1 | 0.11 |
| Hex | 38 | 19 | 0 | 0 | 37 | 64 | 4E | 1B | 64 | B |
| Octal | 70 | 31 | 0 | 0 | 67 | 144 | 116 | 33 | 144 | 13 |
| Binary | 111000 | 11001 | 0 | 0 | 110111 | 1100100 | 1001110 | 11011 | 1100100 | 1011 |
Color Harmonies of #381900
Complementary color
Monochromatic Colors of #381900
Black with #381900
Text Example
Text Example
White with #381900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381900; }
p { color: rgb(56,25,0); }
H1.HeaderClassName
{
color: #381900;
}
.AnyTagClassName
{
color: #381900;
}
</style>
background-color css
<style>
a { background-color: #381900; }
a { background-color: rgb(56,25,0); }
div.DivClassName
{
background-color: #381900;
}
.BgClassName
{
background-color: #381900;
}
</style>
border-color css
<style>
span { border-color: #381900; }
span { border-color: rgb(56,25,0); }
td.TdClassName
{
border-color: #381900;
}
.TagClassName
{
border-color: #381900;
}
</style>