Shades of Karaka #393707
Tints of Karaka #393707
RGB
CMYK
RGB Variations
Color information
#393707 (or 0x393707) is known color: Karaka. HEX triplet: 39, 37 and 07. RGB value is (57,55,7). Sum of RGB (Red+Green+Blue) = 57+55+7=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #393707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393707 is #C6C8F8. Grayscale: #323232. Windows color (decimal): -13027577 or 472889. OLE color: 472889.
HSL color Cylindrical-coordinate representation of color #393707: hue angle of 57.6º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #393707 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 55 | 7 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.78 |
| HSL | 57.6º | 0.78% | 0.13% | - |
| HSV(B) | 57.6º | 0.88% | 0.22% | - |
| XYZ | 3.09 | 3.62 | 0.74 | - |
| YUV | 50.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 7 | 0 | 0.04 | 0.88 | 0.78 | 57.6 | 0.78 | 0.13 |
| Hex | 39 | 37 | 7 | 0 | 4 | 58 | 4E | 3A | 4E | D |
| Octal | 71 | 67 | 7 | 0 | 4 | 130 | 116 | 72 | 116 | 15 |
| Binary | 111001 | 110111 | 111 | 0 | 100 | 1011000 | 1001110 | 111010 | 1001110 | 1101 |
Color Harmonies of #393707
Complementary color
Monochromatic Colors of #393707
Black with #393707
Text Example
Text Example
White with #393707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393707; }
p { color: rgb(57,55,7); }
H1.HeaderClassName
{
color: #393707;
}
.AnyTagClassName
{
color: #393707;
}
</style>
background-color css
<style>
a { background-color: #393707; }
a { background-color: rgb(57,55,7); }
div.DivClassName
{
background-color: #393707;
}
.BgClassName
{
background-color: #393707;
}
</style>
border-color css
<style>
span { border-color: #393707; }
span { border-color: rgb(57,55,7); }
td.TdClassName
{
border-color: #393707;
}
.TagClassName
{
border-color: #393707;
}
</style>