Shades of Brown Pod #392213
Tints of Brown Pod #392213
RGB
CMYK
RGB Variations
Color information
#392213 (or 0x392213) is known color: Brown Pod. HEX triplet: 39, 22 and 13. RGB value is (57,34,19). Sum of RGB (Red+Green+Blue) = 57+34+19=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #392213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392213 is #C6DDEC. Grayscale: #272727. Windows color (decimal): -13032941 or 1253945. OLE color: 1253945.
HSL color Cylindrical-coordinate representation of color #392213: hue angle of 23.68º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392213 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 34 | 19 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.78 |
| HSL | 23.68º | 0.5% | 0.15% | - |
| HSV(B) | 23.68º | 0.67% | 0.22% | - |
| XYZ | 2.38 | 2.06 | 0.89 | - |
| YUV | 39.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 19 | 0 | 0.40 | 0.67 | 0.78 | 23.68 | 0.5 | 0.15 |
| Hex | 39 | 22 | 13 | 0 | 28 | 43 | 4E | 18 | 32 | F |
| Octal | 71 | 42 | 23 | 0 | 50 | 103 | 116 | 30 | 62 | 17 |
| Binary | 111001 | 100010 | 10011 | 0 | 101000 | 1000011 | 1001110 | 11000 | 110010 | 1111 |
Color Harmonies of #392213
Complementary color
Monochromatic Colors of #392213
Black with #392213
Text Example
Text Example
White with #392213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392213; }
p { color: rgb(57,34,19); }
H1.HeaderClassName
{
color: #392213;
}
.AnyTagClassName
{
color: #392213;
}
</style>
background-color css
<style>
a { background-color: #392213; }
a { background-color: rgb(57,34,19); }
div.DivClassName
{
background-color: #392213;
}
.BgClassName
{
background-color: #392213;
}
</style>
border-color css
<style>
span { border-color: #392213; }
span { border-color: rgb(57,34,19); }
td.TdClassName
{
border-color: #392213;
}
.TagClassName
{
border-color: #392213;
}
</style>