Shades of Brown Pod #38190A
Tints of Brown Pod #38190A
RGB
CMYK
RGB Variations
Color information
#38190A (or 0x38190A) is known color: Brown Pod. HEX triplet: 38, 19 and 0A. RGB value is (56,25,10). Sum of RGB (Red+Green+Blue) = 56+25+10=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38190A is #C7E6F5. Grayscale: #202020. Windows color (decimal): -13100790 or 661816. OLE color: 661816.
HSL color Cylindrical-coordinate representation of color #38190A: hue angle of 19.57º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38190A is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 25 | 10 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.78 |
| HSL | 19.57º | 0.7% | 0.13% | - |
| HSV(B) | 19.57º | 0.82% | 0.22% | - |
| XYZ | 2.03 | 1.56 | 0.48 | - |
| YUV | 32.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 10 | 0 | 0.55 | 0.82 | 0.78 | 19.57 | 0.7 | 0.13 |
| Hex | 38 | 19 | A | 0 | 37 | 52 | 4E | 14 | 46 | D |
| Octal | 70 | 31 | 12 | 0 | 67 | 122 | 116 | 24 | 106 | 15 |
| Binary | 111000 | 11001 | 1010 | 0 | 110111 | 1010010 | 1001110 | 10100 | 1000110 | 1101 |
Color Harmonies of #38190A
Complementary color
Monochromatic Colors of #38190A
Black with #38190A
Text Example
Text Example
White with #38190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38190A; }
p { color: rgb(56,25,10); }
H1.HeaderClassName
{
color: #38190A;
}
.AnyTagClassName
{
color: #38190A;
}
</style>
background-color css
<style>
a { background-color: #38190A; }
a { background-color: rgb(56,25,10); }
div.DivClassName
{
background-color: #38190A;
}
.BgClassName
{
background-color: #38190A;
}
</style>
border-color css
<style>
span { border-color: #38190A; }
span { border-color: rgb(56,25,10); }
td.TdClassName
{
border-color: #38190A;
}
.TagClassName
{
border-color: #38190A;
}
</style>