Shades of Brown Pod #381E12
Tints of Brown Pod #381E12
RGB
CMYK
RGB Variations
Color information
#381E12 (or 0x381E12) is known color: Brown Pod. HEX triplet: 38, 1E and 12. RGB value is (56,30,18). Sum of RGB (Red+Green+Blue) = 56+30+18=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E12 is #C7E1ED. Grayscale: #242424. Windows color (decimal): -13099502 or 1187384. OLE color: 1187384.
HSL color Cylindrical-coordinate representation of color #381E12: hue angle of 18.95º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381E12 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 18 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.78 |
| HSL | 18.95º | 0.51% | 0.15% | - |
| HSV(B) | 18.95º | 0.68% | 0.22% | - |
| XYZ | 2.2 | 1.81 | 0.81 | - |
| YUV | 36.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 18 | 0 | 0.46 | 0.68 | 0.78 | 18.95 | 0.51 | 0.15 |
| Hex | 38 | 1E | 12 | 0 | 2E | 44 | 4E | 13 | 33 | F |
| Octal | 70 | 36 | 22 | 0 | 56 | 104 | 116 | 23 | 63 | 17 |
| Binary | 111000 | 11110 | 10010 | 0 | 101110 | 1000100 | 1001110 | 10011 | 110011 | 1111 |
Color Harmonies of #381E12
Complementary color
Monochromatic Colors of #381E12
Black with #381E12
Text Example
Text Example
White with #381E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E12; }
p { color: rgb(56,30,18); }
H1.HeaderClassName
{
color: #381E12;
}
.AnyTagClassName
{
color: #381E12;
}
</style>
background-color css
<style>
a { background-color: #381E12; }
a { background-color: rgb(56,30,18); }
div.DivClassName
{
background-color: #381E12;
}
.BgClassName
{
background-color: #381E12;
}
</style>
border-color css
<style>
span { border-color: #381E12; }
span { border-color: rgb(56,30,18); }
td.TdClassName
{
border-color: #381E12;
}
.TagClassName
{
border-color: #381E12;
}
</style>