Shades of Brown Pod #39211A
Tints of Brown Pod #39211A
RGB
CMYK
RGB Variations
Color information
#39211A (or 0x39211A) is known color: Brown Pod. HEX triplet: 39, 21 and 1A. RGB value is (57,33,26). Sum of RGB (Red+Green+Blue) = 57+33+26=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #39211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39211A is #C6DEE5. Grayscale: #272727. Windows color (decimal): -13033190 or 1712441. OLE color: 1712441.
HSL color Cylindrical-coordinate representation of color #39211A: hue angle of 13.55º 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 #39211A is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 26 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.78 |
| HSL | 13.55º | 0.37% | 0.16% | - |
| HSV(B) | 13.55º | 0.54% | 0.22% | - |
| XYZ | 2.42 | 2.03 | 1.24 | - |
| YUV | 39.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 26 | 0 | 0.42 | 0.54 | 0.78 | 13.55 | 0.37 | 0.16 |
| Hex | 39 | 21 | 1A | 0 | 2A | 36 | 4E | E | 25 | 10 |
| Octal | 71 | 41 | 32 | 0 | 52 | 66 | 116 | 16 | 45 | 20 |
| Binary | 111001 | 100001 | 11010 | 0 | 101010 | 110110 | 1001110 | 1110 | 100101 | 10000 |
Color Harmonies of #39211A
Complementary color
Monochromatic Colors of #39211A
Black with #39211A
Text Example
Text Example
White with #39211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39211A; }
p { color: rgb(57,33,26); }
H1.HeaderClassName
{
color: #39211A;
}
.AnyTagClassName
{
color: #39211A;
}
</style>
background-color css
<style>
a { background-color: #39211A; }
a { background-color: rgb(57,33,26); }
div.DivClassName
{
background-color: #39211A;
}
.BgClassName
{
background-color: #39211A;
}
</style>
border-color css
<style>
span { border-color: #39211A; }
span { border-color: rgb(57,33,26); }
td.TdClassName
{
border-color: #39211A;
}
.TagClassName
{
border-color: #39211A;
}
</style>