Shades of Brown Pod #381F1C
Tints of Brown Pod #381F1C
RGB
CMYK
RGB Variations
Color information
#381F1C (or 0x381F1C) is known color: Brown Pod. HEX triplet: 38, 1F and 1C. RGB value is (56,31,28). Sum of RGB (Red+Green+Blue) = 56+31+28=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #381F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F1C is #C7E0E3. Grayscale: #262626. Windows color (decimal): -13099236 or 1843000. OLE color: 1843000.
HSL color Cylindrical-coordinate representation of color #381F1C: hue angle of 6.43º 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 #381F1C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 31 | 28 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.78 |
| HSL | 6.43º | 0.33% | 0.16% | - |
| HSV(B) | 6.43º | 0.5% | 0.22% | - |
| XYZ | 2.33 | 1.9 | 1.34 | - |
| YUV | 38.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 28 | 0 | 0.45 | 0.50 | 0.78 | 6.43 | 0.33 | 0.16 |
| Hex | 38 | 1F | 1C | 0 | 2D | 32 | 4E | 6 | 21 | 10 |
| Octal | 70 | 37 | 34 | 0 | 55 | 62 | 116 | 6 | 41 | 20 |
| Binary | 111000 | 11111 | 11100 | 0 | 101101 | 110010 | 1001110 | 110 | 100001 | 10000 |
Color Harmonies of #381F1C
Complementary color
Monochromatic Colors of #381F1C
Black with #381F1C
Text Example
Text Example
White with #381F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F1C; }
p { color: rgb(56,31,28); }
H1.HeaderClassName
{
color: #381F1C;
}
.AnyTagClassName
{
color: #381F1C;
}
</style>
background-color css
<style>
a { background-color: #381F1C; }
a { background-color: rgb(56,31,28); }
div.DivClassName
{
background-color: #381F1C;
}
.BgClassName
{
background-color: #381F1C;
}
</style>
border-color css
<style>
span { border-color: #381F1C; }
span { border-color: rgb(56,31,28); }
td.TdClassName
{
border-color: #381F1C;
}
.TagClassName
{
border-color: #381F1C;
}
</style>