Shades of Brown Pod #381405
Tints of Brown Pod #381405
RGB
CMYK
RGB Variations
Color information
#381405 (or 0x381405) is known color: Brown Pod. HEX triplet: 38, 14 and 05. RGB value is (56,20,5). Sum of RGB (Red+Green+Blue) = 56+20+5=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #381405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381405 is #C7EBFA. Grayscale: #1D1D1D. Windows color (decimal): -13102075 or 332856. OLE color: 332856.
HSL color Cylindrical-coordinate representation of color #381405: hue angle of 17.65º 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 #381405 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 20 | 5 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.78 |
| HSL | 17.65º | 0.84% | 0.12% | - |
| HSV(B) | 17.65º | 0.91% | 0.22% | - |
| XYZ | 1.91 | 1.35 | 0.3 | - |
| YUV | 29.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 5 | 0 | 0.64 | 0.91 | 0.78 | 17.65 | 0.84 | 0.12 |
| Hex | 38 | 14 | 5 | 0 | 40 | 5B | 4E | 12 | 54 | C |
| Octal | 70 | 24 | 5 | 0 | 100 | 133 | 116 | 22 | 124 | 14 |
| Binary | 111000 | 10100 | 101 | 0 | 1000000 | 1011011 | 1001110 | 10010 | 1010100 | 1100 |
Color Harmonies of #381405
Complementary color
Monochromatic Colors of #381405
Black with #381405
Text Example
Text Example
White with #381405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381405; }
p { color: rgb(56,20,5); }
H1.HeaderClassName
{
color: #381405;
}
.AnyTagClassName
{
color: #381405;
}
</style>
background-color css
<style>
a { background-color: #381405; }
a { background-color: rgb(56,20,5); }
div.DivClassName
{
background-color: #381405;
}
.BgClassName
{
background-color: #381405;
}
</style>
border-color css
<style>
span { border-color: #381405; }
span { border-color: rgb(56,20,5); }
td.TdClassName
{
border-color: #381405;
}
.TagClassName
{
border-color: #381405;
}
</style>