Shades of Brown Pod #38211B
Tints of Brown Pod #38211B
RGB
CMYK
RGB Variations
Color information
#38211B (or 0x38211B) is known color: Brown Pod. HEX triplet: 38, 21 and 1B. RGB value is (56,33,27). Sum of RGB (Red+Green+Blue) = 56+33+27=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #38211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38211B is #C7DEE4. Grayscale: #272727. Windows color (decimal): -13098725 or 1777976. OLE color: 1777976.
HSL color Cylindrical-coordinate representation of color #38211B: hue angle of 12.41º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38211B is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 33 | 27 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.78 |
| HSL | 12.41º | 0.35% | 0.16% | - |
| HSV(B) | 12.41º | 0.52% | 0.22% | - |
| XYZ | 2.37 | 2.01 | 1.3 | - |
| YUV | 39.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 27 | 0 | 0.41 | 0.52 | 0.78 | 12.41 | 0.35 | 0.16 |
| Hex | 38 | 21 | 1B | 0 | 29 | 34 | 4E | C | 23 | 10 |
| Octal | 70 | 41 | 33 | 0 | 51 | 64 | 116 | 14 | 43 | 20 |
| Binary | 111000 | 100001 | 11011 | 0 | 101001 | 110100 | 1001110 | 1100 | 100011 | 10000 |
Color Harmonies of #38211B
Complementary color
Monochromatic Colors of #38211B
Black with #38211B
Text Example
Text Example
White with #38211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38211B; }
p { color: rgb(56,33,27); }
H1.HeaderClassName
{
color: #38211B;
}
.AnyTagClassName
{
color: #38211B;
}
</style>
background-color css
<style>
a { background-color: #38211B; }
a { background-color: rgb(56,33,27); }
div.DivClassName
{
background-color: #38211B;
}
.BgClassName
{
background-color: #38211B;
}
</style>
border-color css
<style>
span { border-color: #38211B; }
span { border-color: rgb(56,33,27); }
td.TdClassName
{
border-color: #38211B;
}
.TagClassName
{
border-color: #38211B;
}
</style>