Shades of Brown Pod #381A00
Tints of Brown Pod #381A00
RGB
CMYK
RGB Variations
Color information
#381A00 (or 0x381A00) is known color: Brown Pod. HEX triplet: 38, 1A and 00. RGB value is (56,26,0). Sum of RGB (Red+Green+Blue) = 56+26+0=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A00 is #C7E5FF. Grayscale: #202020. Windows color (decimal): -13100544 or 6712. OLE color: 6712.
HSL color Cylindrical-coordinate representation of color #381A00: hue angle of 27.86º 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 #381A00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 26 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.78 |
| HSL | 27.86º | 1% | 0.11% | - |
| HSV(B) | 27.86º | 1% | 0.22% | - |
| XYZ | 2 | 1.58 | 0.2 | - |
| YUV | 32.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 0 | 0 | 0.54 | 1 | 0.78 | 27.86 | 1 | 0.11 |
| Hex | 38 | 1A | 0 | 0 | 36 | 64 | 4E | 1C | 64 | B |
| Octal | 70 | 32 | 0 | 0 | 66 | 144 | 116 | 34 | 144 | 13 |
| Binary | 111000 | 11010 | 0 | 0 | 110110 | 1100100 | 1001110 | 11100 | 1100100 | 1011 |
Color Harmonies of #381A00
Complementary color
Monochromatic Colors of #381A00
Black with #381A00
Text Example
Text Example
White with #381A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A00; }
p { color: rgb(56,26,0); }
H1.HeaderClassName
{
color: #381A00;
}
.AnyTagClassName
{
color: #381A00;
}
</style>
background-color css
<style>
a { background-color: #381A00; }
a { background-color: rgb(56,26,0); }
div.DivClassName
{
background-color: #381A00;
}
.BgClassName
{
background-color: #381A00;
}
</style>
border-color css
<style>
span { border-color: #381A00; }
span { border-color: rgb(56,26,0); }
td.TdClassName
{
border-color: #381A00;
}
.TagClassName
{
border-color: #381A00;
}
</style>