Shades of Brown Pod #381B05
Tints of Brown Pod #381B05
RGB
CMYK
RGB Variations
Color information
#381B05 (or 0x381B05) is known color: Brown Pod. HEX triplet: 38, 1B and 05. RGB value is (56,27,5). Sum of RGB (Red+Green+Blue) = 56+27+5=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #381B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B05 is #C7E4FA. Grayscale: #212121. Windows color (decimal): -13100283 or 334648. OLE color: 334648.
HSL color Cylindrical-coordinate representation of color #381B05: hue angle of 25.88º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #381B05 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 5 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.78 |
| HSL | 25.88º | 0.84% | 0.12% | - |
| HSV(B) | 25.88º | 0.91% | 0.22% | - |
| XYZ | 2.05 | 1.64 | 0.35 | - |
| YUV | 33.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 5 | 0 | 0.52 | 0.91 | 0.78 | 25.88 | 0.84 | 0.12 |
| Hex | 38 | 1B | 5 | 0 | 34 | 5B | 4E | 1A | 54 | C |
| Octal | 70 | 33 | 5 | 0 | 64 | 133 | 116 | 32 | 124 | 14 |
| Binary | 111000 | 11011 | 101 | 0 | 110100 | 1011011 | 1001110 | 11010 | 1010100 | 1100 |
Color Harmonies of #381B05
Complementary color
Monochromatic Colors of #381B05
Black with #381B05
Text Example
Text Example
White with #381B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B05; }
p { color: rgb(56,27,5); }
H1.HeaderClassName
{
color: #381B05;
}
.AnyTagClassName
{
color: #381B05;
}
</style>
background-color css
<style>
a { background-color: #381B05; }
a { background-color: rgb(56,27,5); }
div.DivClassName
{
background-color: #381B05;
}
.BgClassName
{
background-color: #381B05;
}
</style>
border-color css
<style>
span { border-color: #381B05; }
span { border-color: rgb(56,27,5); }
td.TdClassName
{
border-color: #381B05;
}
.TagClassName
{
border-color: #381B05;
}
</style>