Shades of Karaka #393811
Tints of Karaka #393811
RGB
CMYK
RGB Variations
Color information
#393811 (or 0x393811) is known color: Karaka. HEX triplet: 39, 38 and 11. RGB value is (57,56,17). Sum of RGB (Red+Green+Blue) = 57+56+17=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #393811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393811 is #C6C7EE. Grayscale: #343434. Windows color (decimal): -13027311 or 1128505. OLE color: 1128505.
HSL color Cylindrical-coordinate representation of color #393811: hue angle of 58.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393811 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 56 | 17 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.78 |
| HSL | 58.5º | 0.54% | 0.15% | - |
| HSV(B) | 58.5º | 0.7% | 0.22% | - |
| XYZ | 3.2 | 3.74 | 1.08 | - |
| YUV | 51.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 17 | 0 | 0.02 | 0.70 | 0.78 | 58.5 | 0.54 | 0.15 |
| Hex | 39 | 38 | 11 | 0 | 2 | 46 | 4E | 3A | 36 | F |
| Octal | 71 | 70 | 21 | 0 | 2 | 106 | 116 | 72 | 66 | 17 |
| Binary | 111001 | 111000 | 10001 | 0 | 10 | 1000110 | 1001110 | 111010 | 110110 | 1111 |
Color Harmonies of #393811
Complementary color
Monochromatic Colors of #393811
Black with #393811
Text Example
Text Example
White with #393811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393811; }
p { color: rgb(57,56,17); }
H1.HeaderClassName
{
color: #393811;
}
.AnyTagClassName
{
color: #393811;
}
</style>
background-color css
<style>
a { background-color: #393811; }
a { background-color: rgb(57,56,17); }
div.DivClassName
{
background-color: #393811;
}
.BgClassName
{
background-color: #393811;
}
</style>
border-color css
<style>
span { border-color: #393811; }
span { border-color: rgb(57,56,17); }
td.TdClassName
{
border-color: #393811;
}
.TagClassName
{
border-color: #393811;
}
</style>