Shades of Brown Pod #381A04
Tints of Brown Pod #381A04
RGB
CMYK
RGB Variations
Color information
#381A04 (or 0x381A04) is known color: Brown Pod. HEX triplet: 38, 1A and 04. RGB value is (56,26,4). Sum of RGB (Red+Green+Blue) = 56+26+4=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A04 is #C7E5FB. Grayscale: #202020. Windows color (decimal): -13100540 or 268856. OLE color: 268856.
HSL color Cylindrical-coordinate representation of color #381A04: hue angle of 25.38º 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 #381A04 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 26 | 4 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.78 |
| HSL | 25.38º | 0.87% | 0.12% | - |
| HSV(B) | 25.38º | 0.93% | 0.22% | - |
| XYZ | 2.02 | 1.59 | 0.31 | - |
| YUV | 32.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 4 | 0 | 0.54 | 0.93 | 0.78 | 25.38 | 0.87 | 0.12 |
| Hex | 38 | 1A | 4 | 0 | 36 | 5D | 4E | 19 | 57 | C |
| Octal | 70 | 32 | 4 | 0 | 66 | 135 | 116 | 31 | 127 | 14 |
| Binary | 111000 | 11010 | 100 | 0 | 110110 | 1011101 | 1001110 | 11001 | 1010111 | 1100 |
Color Harmonies of #381A04
Complementary color
Monochromatic Colors of #381A04
Black with #381A04
Text Example
Text Example
White with #381A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A04; }
p { color: rgb(56,26,4); }
H1.HeaderClassName
{
color: #381A04;
}
.AnyTagClassName
{
color: #381A04;
}
</style>
background-color css
<style>
a { background-color: #381A04; }
a { background-color: rgb(56,26,4); }
div.DivClassName
{
background-color: #381A04;
}
.BgClassName
{
background-color: #381A04;
}
</style>
border-color css
<style>
span { border-color: #381A04; }
span { border-color: rgb(56,26,4); }
td.TdClassName
{
border-color: #381A04;
}
.TagClassName
{
border-color: #381A04;
}
</style>