Shades of Brown Pod #38241C
Tints of Brown Pod #38241C
RGB
CMYK
RGB Variations
Color information
#38241C (or 0x38241C) is known color: Brown Pod. HEX triplet: 38, 24 and 1C. RGB value is (56,36,28). Sum of RGB (Red+Green+Blue) = 56+36+28=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38241C is #C7DBE3. Grayscale: #292929. Windows color (decimal): -13097956 or 1844280. OLE color: 1844280.
HSL color Cylindrical-coordinate representation of color #38241C: hue angle of 17.14º 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 #38241C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 36 | 28 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.78 |
| HSL | 17.14º | 0.33% | 0.16% | - |
| HSV(B) | 17.14º | 0.5% | 0.22% | - |
| XYZ | 2.47 | 2.19 | 1.39 | - |
| YUV | 41.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 28 | 0 | 0.36 | 0.50 | 0.78 | 17.14 | 0.33 | 0.16 |
| Hex | 38 | 24 | 1C | 0 | 24 | 32 | 4E | 11 | 21 | 10 |
| Octal | 70 | 44 | 34 | 0 | 44 | 62 | 116 | 21 | 41 | 20 |
| Binary | 111000 | 100100 | 11100 | 0 | 100100 | 110010 | 1001110 | 10001 | 100001 | 10000 |
Color Harmonies of #38241C
Complementary color
Monochromatic Colors of #38241C
Black with #38241C
Text Example
Text Example
White with #38241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38241C; }
p { color: rgb(56,36,28); }
H1.HeaderClassName
{
color: #38241C;
}
.AnyTagClassName
{
color: #38241C;
}
</style>
background-color css
<style>
a { background-color: #38241C; }
a { background-color: rgb(56,36,28); }
div.DivClassName
{
background-color: #38241C;
}
.BgClassName
{
background-color: #38241C;
}
</style>
border-color css
<style>
span { border-color: #38241C; }
span { border-color: rgb(56,36,28); }
td.TdClassName
{
border-color: #38241C;
}
.TagClassName
{
border-color: #38241C;
}
</style>