Shades of Brown Pod #381A08
Tints of Brown Pod #381A08
RGB
CMYK
RGB Variations
Color information
#381A08 (or 0x381A08) is known color: Brown Pod. HEX triplet: 38, 1A and 08. RGB value is (56,26,8). Sum of RGB (Red+Green+Blue) = 56+26+8=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #381A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A08 is #C7E5F7. Grayscale: #212121. Windows color (decimal): -13100536 or 531000. OLE color: 531000.
HSL color Cylindrical-coordinate representation of color #381A08: hue angle of 22.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381A08 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 26 | 8 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.78 |
| HSL | 22.5º | 0.75% | 0.13% | - |
| HSV(B) | 22.5º | 0.86% | 0.22% | - |
| XYZ | 2.04 | 1.6 | 0.43 | - |
| YUV | 32.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 8 | 0 | 0.54 | 0.86 | 0.78 | 22.5 | 0.75 | 0.13 |
| Hex | 38 | 1A | 8 | 0 | 36 | 56 | 4E | 16 | 4B | D |
| Octal | 70 | 32 | 10 | 0 | 66 | 126 | 116 | 26 | 113 | 15 |
| Binary | 111000 | 11010 | 1000 | 0 | 110110 | 1010110 | 1001110 | 10110 | 1001011 | 1101 |
Color Harmonies of #381A08
Complementary color
Monochromatic Colors of #381A08
Black with #381A08
Text Example
Text Example
White with #381A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A08; }
p { color: rgb(56,26,8); }
H1.HeaderClassName
{
color: #381A08;
}
.AnyTagClassName
{
color: #381A08;
}
</style>
background-color css
<style>
a { background-color: #381A08; }
a { background-color: rgb(56,26,8); }
div.DivClassName
{
background-color: #381A08;
}
.BgClassName
{
background-color: #381A08;
}
</style>
border-color css
<style>
span { border-color: #381A08; }
span { border-color: rgb(56,26,8); }
td.TdClassName
{
border-color: #381A08;
}
.TagClassName
{
border-color: #381A08;
}
</style>