Shades of Brown Pod #381504
Tints of Brown Pod #381504
RGB
CMYK
RGB Variations
Color information
#381504 (or 0x381504) is known color: Brown Pod. HEX triplet: 38, 15 and 04. RGB value is (56,21,4). Sum of RGB (Red+Green+Blue) = 56+21+4=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #381504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381504 is #C7EAFB. Grayscale: #1D1D1D. Windows color (decimal): -13101820 or 267576. OLE color: 267576.
HSL color Cylindrical-coordinate representation of color #381504: hue angle of 19.62º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #381504 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 21 | 4 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.78 |
| HSL | 19.62º | 0.87% | 0.12% | - |
| HSV(B) | 19.62º | 0.93% | 0.22% | - |
| XYZ | 1.92 | 1.39 | 0.28 | - |
| YUV | 29.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 4 | 0 | 0.63 | 0.93 | 0.78 | 19.62 | 0.87 | 0.12 |
| Hex | 38 | 15 | 4 | 0 | 3F | 5D | 4E | 14 | 57 | C |
| Octal | 70 | 25 | 4 | 0 | 77 | 135 | 116 | 24 | 127 | 14 |
| Binary | 111000 | 10101 | 100 | 0 | 111111 | 1011101 | 1001110 | 10100 | 1010111 | 1100 |
Color Harmonies of #381504
Complementary color
Monochromatic Colors of #381504
Black with #381504
Text Example
Text Example
White with #381504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381504; }
p { color: rgb(56,21,4); }
H1.HeaderClassName
{
color: #381504;
}
.AnyTagClassName
{
color: #381504;
}
</style>
background-color css
<style>
a { background-color: #381504; }
a { background-color: rgb(56,21,4); }
div.DivClassName
{
background-color: #381504;
}
.BgClassName
{
background-color: #381504;
}
</style>
border-color css
<style>
span { border-color: #381504; }
span { border-color: rgb(56,21,4); }
td.TdClassName
{
border-color: #381504;
}
.TagClassName
{
border-color: #381504;
}
</style>