Shades of Karaka #393915
Tints of Karaka #393915
RGB
CMYK
RGB Variations
Color information
#393915 (or 0x393915) is known color: Karaka. HEX triplet: 39, 39 and 15. RGB value is (57,57,21). Sum of RGB (Red+Green+Blue) = 57+57+21=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 57 - color contains mainly: red, green. Hex color #393915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393915 is #C6C6EA. Grayscale: #353535. Windows color (decimal): -13027051 or 1390905. OLE color: 1390905.
HSL color Cylindrical-coordinate representation of color #393915: hue angle of 60º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393915 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 57 | 21 | - |
| CMYK | 0 | 0 | 0.63 | 0.78 |
| HSL | 60º | 0.46% | 0.15% | - |
| HSV(B) | 60º | 0.63% | 0.22% | - |
| XYZ | 3.29 | 3.85 | 1.28 | - |
| YUV | 52.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 57 | 21 | 0 | 0 | 0.63 | 0.78 | 60 | 0.46 | 0.15 |
| Hex | 39 | 39 | 15 | 0 | 0 | 3F | 4E | 3C | 2E | F |
| Octal | 71 | 71 | 25 | 0 | 0 | 77 | 116 | 74 | 56 | 17 |
| Binary | 111001 | 111001 | 10101 | 0 | 0 | 111111 | 1001110 | 111100 | 101110 | 1111 |
Color Harmonies of #393915
Complementary color
Monochromatic Colors of #393915
Black with #393915
Text Example
Text Example
White with #393915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393915; }
p { color: rgb(57,57,21); }
H1.HeaderClassName
{
color: #393915;
}
.AnyTagClassName
{
color: #393915;
}
</style>
background-color css
<style>
a { background-color: #393915; }
a { background-color: rgb(57,57,21); }
div.DivClassName
{
background-color: #393915;
}
.BgClassName
{
background-color: #393915;
}
</style>
border-color css
<style>
span { border-color: #393915; }
span { border-color: rgb(57,57,21); }
td.TdClassName
{
border-color: #393915;
}
.TagClassName
{
border-color: #393915;
}
</style>