Shades of Brown Pod #39251E
Tints of Brown Pod #39251E
RGB
CMYK
RGB Variations
Color information
#39251E (or 0x39251E) is known color: Brown Pod. HEX triplet: 39, 25 and 1E. RGB value is (57,37,30). Sum of RGB (Red+Green+Blue) = 57+37+30=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #39251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39251E is #C6DAE1. Grayscale: #2A2A2A. Windows color (decimal): -13032162 or 1975609. OLE color: 1975609.
HSL color Cylindrical-coordinate representation of color #39251E: hue angle of 15.56º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39251E is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 30 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.78 |
| HSL | 15.56º | 0.31% | 0.17% | - |
| HSV(B) | 15.56º | 0.47% | 0.22% | - |
| XYZ | 2.58 | 2.29 | 1.53 | - |
| YUV | 42.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 30 | 0 | 0.35 | 0.47 | 0.78 | 15.56 | 0.31 | 0.17 |
| Hex | 39 | 25 | 1E | 0 | 23 | 2F | 4E | 10 | 1F | 11 |
| Octal | 71 | 45 | 36 | 0 | 43 | 57 | 116 | 20 | 37 | 21 |
| Binary | 111001 | 100101 | 11110 | 0 | 100011 | 101111 | 1001110 | 10000 | 11111 | 10001 |
Color Harmonies of #39251E
Complementary color
Monochromatic Colors of #39251E
Black with #39251E
Text Example
Text Example
White with #39251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39251E; }
p { color: rgb(57,37,30); }
H1.HeaderClassName
{
color: #39251E;
}
.AnyTagClassName
{
color: #39251E;
}
</style>
background-color css
<style>
a { background-color: #39251E; }
a { background-color: rgb(57,37,30); }
div.DivClassName
{
background-color: #39251E;
}
.BgClassName
{
background-color: #39251E;
}
</style>
border-color css
<style>
span { border-color: #39251E; }
span { border-color: rgb(57,37,30); }
td.TdClassName
{
border-color: #39251E;
}
.TagClassName
{
border-color: #39251E;
}
</style>