Shades of Brown Pod #38211D
Tints of Brown Pod #38211D
RGB
CMYK
RGB Variations
Color information
#38211D (or 0x38211D) is known color: Brown Pod. HEX triplet: 38, 21 and 1D. RGB value is (56,33,29). Sum of RGB (Red+Green+Blue) = 56+33+29=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38211D is #C7DEE2. Grayscale: #272727. Windows color (decimal): -13098723 or 1909048. OLE color: 1909048.
HSL color Cylindrical-coordinate representation of color #38211D: hue angle of 8.89º 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 #38211D is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 33 | 29 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.78 |
| HSL | 8.89º | 0.32% | 0.17% | - |
| HSV(B) | 8.89º | 0.48% | 0.22% | - |
| XYZ | 2.4 | 2.02 | 1.43 | - |
| YUV | 39.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 29 | 0 | 0.41 | 0.48 | 0.78 | 8.89 | 0.32 | 0.17 |
| Hex | 38 | 21 | 1D | 0 | 29 | 30 | 4E | 9 | 20 | 11 |
| Octal | 70 | 41 | 35 | 0 | 51 | 60 | 116 | 11 | 40 | 21 |
| Binary | 111000 | 100001 | 11101 | 0 | 101001 | 110000 | 1001110 | 1001 | 100000 | 10001 |
Color Harmonies of #38211D
Complementary color
Monochromatic Colors of #38211D
Black with #38211D
Text Example
Text Example
White with #38211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38211D; }
p { color: rgb(56,33,29); }
H1.HeaderClassName
{
color: #38211D;
}
.AnyTagClassName
{
color: #38211D;
}
</style>
background-color css
<style>
a { background-color: #38211D; }
a { background-color: rgb(56,33,29); }
div.DivClassName
{
background-color: #38211D;
}
.BgClassName
{
background-color: #38211D;
}
</style>
border-color css
<style>
span { border-color: #38211D; }
span { border-color: rgb(56,33,29); }
td.TdClassName
{
border-color: #38211D;
}
.TagClassName
{
border-color: #38211D;
}
</style>