Shades of Brown Pod #38201C
Tints of Brown Pod #38201C
RGB
CMYK
RGB Variations
Color information
#38201C (or 0x38201C) is known color: Brown Pod. HEX triplet: 38, 20 and 1C. RGB value is (56,32,28). Sum of RGB (Red+Green+Blue) = 56+32+28=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #38201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38201C is #C7DFE3. Grayscale: #262626. Windows color (decimal): -13098980 or 1843256. OLE color: 1843256.
HSL color Cylindrical-coordinate representation of color #38201C: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38201C is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 32 | 28 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.78 |
| HSL | 8.57º | 0.33% | 0.16% | - |
| HSV(B) | 8.57º | 0.5% | 0.22% | - |
| XYZ | 2.36 | 1.96 | 1.35 | - |
| YUV | 38.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 28 | 0 | 0.43 | 0.50 | 0.78 | 8.57 | 0.33 | 0.16 |
| Hex | 38 | 20 | 1C | 0 | 2B | 32 | 4E | 9 | 21 | 10 |
| Octal | 70 | 40 | 34 | 0 | 53 | 62 | 116 | 11 | 41 | 20 |
| Binary | 111000 | 100000 | 11100 | 0 | 101011 | 110010 | 1001110 | 1001 | 100001 | 10000 |
Color Harmonies of #38201C
Complementary color
Monochromatic Colors of #38201C
Black with #38201C
Text Example
Text Example
White with #38201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38201C; }
p { color: rgb(56,32,28); }
H1.HeaderClassName
{
color: #38201C;
}
.AnyTagClassName
{
color: #38201C;
}
</style>
background-color css
<style>
a { background-color: #38201C; }
a { background-color: rgb(56,32,28); }
div.DivClassName
{
background-color: #38201C;
}
.BgClassName
{
background-color: #38201C;
}
</style>
border-color css
<style>
span { border-color: #38201C; }
span { border-color: rgb(56,32,28); }
td.TdClassName
{
border-color: #38201C;
}
.TagClassName
{
border-color: #38201C;
}
</style>