Shades of Brown Pod #39241C
Tints of Brown Pod #39241C
RGB
CMYK
RGB Variations
Color information
#39241C (or 0x39241C) is known color: Brown Pod. HEX triplet: 39, 24 and 1C. RGB value is (57,36,28). Sum of RGB (Red+Green+Blue) = 57+36+28=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #39241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39241C is #C6DBE3. Grayscale: #292929. Windows color (decimal): -13032420 or 1844281. OLE color: 1844281.
HSL color Cylindrical-coordinate representation of color #39241C: hue angle of 16.55º 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 #39241C is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 36 | 28 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.78 |
| HSL | 16.55º | 0.34% | 0.17% | - |
| HSV(B) | 16.55º | 0.51% | 0.22% | - |
| XYZ | 2.53 | 2.22 | 1.39 | - |
| YUV | 41.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 28 | 0 | 0.37 | 0.51 | 0.78 | 16.55 | 0.34 | 0.17 |
| Hex | 39 | 24 | 1C | 0 | 25 | 33 | 4E | 11 | 22 | 11 |
| Octal | 71 | 44 | 34 | 0 | 45 | 63 | 116 | 21 | 42 | 21 |
| Binary | 111001 | 100100 | 11100 | 0 | 100101 | 110011 | 1001110 | 10001 | 100010 | 10001 |
Color Harmonies of #39241C
Complementary color
Monochromatic Colors of #39241C
Black with #39241C
Text Example
Text Example
White with #39241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39241C; }
p { color: rgb(57,36,28); }
H1.HeaderClassName
{
color: #39241C;
}
.AnyTagClassName
{
color: #39241C;
}
</style>
background-color css
<style>
a { background-color: #39241C; }
a { background-color: rgb(57,36,28); }
div.DivClassName
{
background-color: #39241C;
}
.BgClassName
{
background-color: #39241C;
}
</style>
border-color css
<style>
span { border-color: #39241C; }
span { border-color: rgb(57,36,28); }
td.TdClassName
{
border-color: #39241C;
}
.TagClassName
{
border-color: #39241C;
}
</style>