Shades of Brown Pod #381A05
Tints of Brown Pod #381A05
RGB
CMYK
RGB Variations
Color information
#381A05 (or 0x381A05) is known color: Brown Pod. HEX triplet: 38, 1A and 05. RGB value is (56,26,5). Sum of RGB (Red+Green+Blue) = 56+26+5=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A05 is #C7E5FA. Grayscale: #202020. Windows color (decimal): -13100539 or 334392. OLE color: 334392.
HSL color Cylindrical-coordinate representation of color #381A05: hue angle of 24.71º 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 #381A05 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 26 | 5 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.78 |
| HSL | 24.71º | 0.84% | 0.12% | - |
| HSV(B) | 24.71º | 0.91% | 0.22% | - |
| XYZ | 2.03 | 1.59 | 0.34 | - |
| YUV | 32.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 5 | 0 | 0.54 | 0.91 | 0.78 | 24.71 | 0.84 | 0.12 |
| Hex | 38 | 1A | 5 | 0 | 36 | 5B | 4E | 19 | 54 | C |
| Octal | 70 | 32 | 5 | 0 | 66 | 133 | 116 | 31 | 124 | 14 |
| Binary | 111000 | 11010 | 101 | 0 | 110110 | 1011011 | 1001110 | 11001 | 1010100 | 1100 |
Color Harmonies of #381A05
Complementary color
Monochromatic Colors of #381A05
Black with #381A05
Text Example
Text Example
White with #381A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A05; }
p { color: rgb(56,26,5); }
H1.HeaderClassName
{
color: #381A05;
}
.AnyTagClassName
{
color: #381A05;
}
</style>
background-color css
<style>
a { background-color: #381A05; }
a { background-color: rgb(56,26,5); }
div.DivClassName
{
background-color: #381A05;
}
.BgClassName
{
background-color: #381A05;
}
</style>
border-color css
<style>
span { border-color: #381A05; }
span { border-color: rgb(56,26,5); }
td.TdClassName
{
border-color: #381A05;
}
.TagClassName
{
border-color: #381A05;
}
</style>