Shades of Brown Pod #39211C
Tints of Brown Pod #39211C
RGB
CMYK
RGB Variations
Color information
#39211C (or 0x39211C) is known color: Brown Pod. HEX triplet: 39, 21 and 1C. RGB value is (57,33,28). Sum of RGB (Red+Green+Blue) = 57+33+28=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #39211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39211C is #C6DEE3. Grayscale: #272727. Windows color (decimal): -13033188 or 1843513. OLE color: 1843513.
HSL color Cylindrical-coordinate representation of color #39211C: hue angle of 10.34º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39211C is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 28 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.78 |
| HSL | 10.34º | 0.34% | 0.17% | - |
| HSV(B) | 10.34º | 0.51% | 0.22% | - |
| XYZ | 2.44 | 2.04 | 1.36 | - |
| YUV | 39.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 28 | 0 | 0.42 | 0.51 | 0.78 | 10.34 | 0.34 | 0.17 |
| Hex | 39 | 21 | 1C | 0 | 2A | 33 | 4E | A | 22 | 11 |
| Octal | 71 | 41 | 34 | 0 | 52 | 63 | 116 | 12 | 42 | 21 |
| Binary | 111001 | 100001 | 11100 | 0 | 101010 | 110011 | 1001110 | 1010 | 100010 | 10001 |
Color Harmonies of #39211C
Complementary color
Monochromatic Colors of #39211C
Black with #39211C
Text Example
Text Example
White with #39211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39211C; }
p { color: rgb(57,33,28); }
H1.HeaderClassName
{
color: #39211C;
}
.AnyTagClassName
{
color: #39211C;
}
</style>
background-color css
<style>
a { background-color: #39211C; }
a { background-color: rgb(57,33,28); }
div.DivClassName
{
background-color: #39211C;
}
.BgClassName
{
background-color: #39211C;
}
</style>
border-color css
<style>
span { border-color: #39211C; }
span { border-color: rgb(57,33,28); }
td.TdClassName
{
border-color: #39211C;
}
.TagClassName
{
border-color: #39211C;
}
</style>