Shades of Brown Pod #381304
Tints of Brown Pod #381304
RGB
CMYK
RGB Variations
Color information
#381304 (or 0x381304) is known color: Brown Pod. HEX triplet: 38, 13 and 04. RGB value is (56,19,4). Sum of RGB (Red+Green+Blue) = 56+19+4=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #381304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381304 is #C7ECFB. Grayscale: #1C1C1C. Windows color (decimal): -13102332 or 267064. OLE color: 267064.
HSL color Cylindrical-coordinate representation of color #381304: hue angle of 17.31º 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 #381304 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 4 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.78 |
| HSL | 17.31º | 0.87% | 0.12% | - |
| HSV(B) | 17.31º | 0.93% | 0.22% | - |
| XYZ | 1.89 | 1.32 | 0.27 | - |
| YUV | 28.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 4 | 0 | 0.66 | 0.93 | 0.78 | 17.31 | 0.87 | 0.12 |
| Hex | 38 | 13 | 4 | 0 | 42 | 5D | 4E | 11 | 57 | C |
| Octal | 70 | 23 | 4 | 0 | 102 | 135 | 116 | 21 | 127 | 14 |
| Binary | 111000 | 10011 | 100 | 0 | 1000010 | 1011101 | 1001110 | 10001 | 1010111 | 1100 |
Color Harmonies of #381304
Complementary color
Monochromatic Colors of #381304
Black with #381304
Text Example
Text Example
White with #381304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381304; }
p { color: rgb(56,19,4); }
H1.HeaderClassName
{
color: #381304;
}
.AnyTagClassName
{
color: #381304;
}
</style>
background-color css
<style>
a { background-color: #381304; }
a { background-color: rgb(56,19,4); }
div.DivClassName
{
background-color: #381304;
}
.BgClassName
{
background-color: #381304;
}
</style>
border-color css
<style>
span { border-color: #381304; }
span { border-color: rgb(56,19,4); }
td.TdClassName
{
border-color: #381304;
}
.TagClassName
{
border-color: #381304;
}
</style>