Shades of Brown Pod #38261D
Tints of Brown Pod #38261D
RGB
CMYK
RGB Variations
Color information
#38261D (or 0x38261D) is known color: Brown Pod. HEX triplet: 38, 26 and 1D. RGB value is (56,38,29). Sum of RGB (Red+Green+Blue) = 56+38+29=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38261D is #C7D9E2. Grayscale: #2A2A2A. Windows color (decimal): -13097443 or 1910328. OLE color: 1910328.
HSL color Cylindrical-coordinate representation of color #38261D: hue angle of 20º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38261D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 38 | 29 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.78 |
| HSL | 20º | 0.32% | 0.17% | - |
| HSV(B) | 20º | 0.48% | 0.22% | - |
| XYZ | 2.55 | 2.32 | 1.48 | - |
| YUV | 42.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 29 | 0 | 0.32 | 0.48 | 0.78 | 20 | 0.32 | 0.17 |
| Hex | 38 | 26 | 1D | 0 | 20 | 30 | 4E | 14 | 20 | 11 |
| Octal | 70 | 46 | 35 | 0 | 40 | 60 | 116 | 24 | 40 | 21 |
| Binary | 111000 | 100110 | 11101 | 0 | 100000 | 110000 | 1001110 | 10100 | 100000 | 10001 |
Color Harmonies of #38261D
Complementary color
Monochromatic Colors of #38261D
Black with #38261D
Text Example
Text Example
White with #38261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38261D; }
p { color: rgb(56,38,29); }
H1.HeaderClassName
{
color: #38261D;
}
.AnyTagClassName
{
color: #38261D;
}
</style>
background-color css
<style>
a { background-color: #38261D; }
a { background-color: rgb(56,38,29); }
div.DivClassName
{
background-color: #38261D;
}
.BgClassName
{
background-color: #38261D;
}
</style>
border-color css
<style>
span { border-color: #38261D; }
span { border-color: rgb(56,38,29); }
td.TdClassName
{
border-color: #38261D;
}
.TagClassName
{
border-color: #38261D;
}
</style>