Shades of Brown Pod #381804
Tints of Brown Pod #381804
RGB
CMYK
RGB Variations
Color information
#381804 (or 0x381804) is known color: Brown Pod. HEX triplet: 38, 18 and 04. RGB value is (56,24,4). Sum of RGB (Red+Green+Blue) = 56+24+4=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #381804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381804 is #C7E7FB. Grayscale: #1F1F1F. Windows color (decimal): -13101052 or 268344. OLE color: 268344.
HSL color Cylindrical-coordinate representation of color #381804: hue angle of 23.08º 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 #381804 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 24 | 4 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.78 |
| HSL | 23.08º | 0.87% | 0.12% | - |
| HSV(B) | 23.08º | 0.93% | 0.22% | - |
| XYZ | 1.98 | 1.5 | 0.3 | - |
| YUV | 31.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 4 | 0 | 0.57 | 0.93 | 0.78 | 23.08 | 0.87 | 0.12 |
| Hex | 38 | 18 | 4 | 0 | 39 | 5D | 4E | 17 | 57 | C |
| Octal | 70 | 30 | 4 | 0 | 71 | 135 | 116 | 27 | 127 | 14 |
| Binary | 111000 | 11000 | 100 | 0 | 111001 | 1011101 | 1001110 | 10111 | 1010111 | 1100 |
Color Harmonies of #381804
Complementary color
Monochromatic Colors of #381804
Black with #381804
Text Example
Text Example
White with #381804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381804; }
p { color: rgb(56,24,4); }
H1.HeaderClassName
{
color: #381804;
}
.AnyTagClassName
{
color: #381804;
}
</style>
background-color css
<style>
a { background-color: #381804; }
a { background-color: rgb(56,24,4); }
div.DivClassName
{
background-color: #381804;
}
.BgClassName
{
background-color: #381804;
}
</style>
border-color css
<style>
span { border-color: #381804; }
span { border-color: rgb(56,24,4); }
td.TdClassName
{
border-color: #381804;
}
.TagClassName
{
border-color: #381804;
}
</style>