Shades of Brown Pod #39241A
Tints of Brown Pod #39241A
RGB
CMYK
RGB Variations
Color information
#39241A (or 0x39241A) is known color: Brown Pod. HEX triplet: 39, 24 and 1A. RGB value is (57,36,26). Sum of RGB (Red+Green+Blue) = 57+36+26=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #39241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39241A is #C6DBE5. Grayscale: #292929. Windows color (decimal): -13032422 or 1713209. OLE color: 1713209.
HSL color Cylindrical-coordinate representation of color #39241A: hue angle of 19.35º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39241A is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 36 | 26 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.78 |
| HSL | 19.35º | 0.37% | 0.16% | - |
| HSV(B) | 19.35º | 0.54% | 0.22% | - |
| XYZ | 2.5 | 2.21 | 1.27 | - |
| YUV | 41.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 26 | 0 | 0.37 | 0.54 | 0.78 | 19.35 | 0.37 | 0.16 |
| Hex | 39 | 24 | 1A | 0 | 25 | 36 | 4E | 13 | 25 | 10 |
| Octal | 71 | 44 | 32 | 0 | 45 | 66 | 116 | 23 | 45 | 20 |
| Binary | 111001 | 100100 | 11010 | 0 | 100101 | 110110 | 1001110 | 10011 | 100101 | 10000 |
Color Harmonies of #39241A
Complementary color
Monochromatic Colors of #39241A
Black with #39241A
Text Example
Text Example
White with #39241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39241A; }
p { color: rgb(57,36,26); }
H1.HeaderClassName
{
color: #39241A;
}
.AnyTagClassName
{
color: #39241A;
}
</style>
background-color css
<style>
a { background-color: #39241A; }
a { background-color: rgb(57,36,26); }
div.DivClassName
{
background-color: #39241A;
}
.BgClassName
{
background-color: #39241A;
}
</style>
border-color css
<style>
span { border-color: #39241A; }
span { border-color: rgb(57,36,26); }
td.TdClassName
{
border-color: #39241A;
}
.TagClassName
{
border-color: #39241A;
}
</style>