Shades of Brown Pod #392010
Tints of Brown Pod #392010
RGB
CMYK
RGB Variations
Color information
#392010 (or 0x392010) is known color: Brown Pod. HEX triplet: 39, 20 and 10. RGB value is (57,32,16). Sum of RGB (Red+Green+Blue) = 57+32+16=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #392010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392010 is #C6DFEF. Grayscale: #252525. Windows color (decimal): -13033456 or 1056825. OLE color: 1056825.
HSL color Cylindrical-coordinate representation of color #392010: hue angle of 23.41º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #392010 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 32 | 16 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.78 |
| HSL | 23.41º | 0.56% | 0.14% | - |
| HSV(B) | 23.41º | 0.72% | 0.22% | - |
| XYZ | 2.3 | 1.94 | 0.74 | - |
| YUV | 37.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 16 | 0 | 0.44 | 0.72 | 0.78 | 23.41 | 0.56 | 0.14 |
| Hex | 39 | 20 | 10 | 0 | 2C | 48 | 4E | 17 | 38 | E |
| Octal | 71 | 40 | 20 | 0 | 54 | 110 | 116 | 27 | 70 | 16 |
| Binary | 111001 | 100000 | 10000 | 0 | 101100 | 1001000 | 1001110 | 10111 | 111000 | 1110 |
Color Harmonies of #392010
Complementary color
Monochromatic Colors of #392010
Black with #392010
Text Example
Text Example
White with #392010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392010; }
p { color: rgb(57,32,16); }
H1.HeaderClassName
{
color: #392010;
}
.AnyTagClassName
{
color: #392010;
}
</style>
background-color css
<style>
a { background-color: #392010; }
a { background-color: rgb(57,32,16); }
div.DivClassName
{
background-color: #392010;
}
.BgClassName
{
background-color: #392010;
}
</style>
border-color css
<style>
span { border-color: #392010; }
span { border-color: rgb(57,32,16); }
td.TdClassName
{
border-color: #392010;
}
.TagClassName
{
border-color: #392010;
}
</style>