Shades of Karaka #393500
Tints of Karaka #393500
RGB
CMYK
RGB Variations
Color information
#393500 (or 0x393500) is known color: Karaka. HEX triplet: 39, 35 and 00. RGB value is (57,53,0). Sum of RGB (Red+Green+Blue) = 57+53+0=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #393500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393500 is #C6CAFF. Grayscale: #303030. Windows color (decimal): -13028096 or 13625. OLE color: 13625.
HSL color Cylindrical-coordinate representation of color #393500: hue angle of 55.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #393500 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.78 |
| HSL | 55.79º | 1% | 0.11% | - |
| HSV(B) | 55.79º | 1% | 0.22% | - |
| XYZ | 2.96 | 3.42 | 0.5 | - |
| YUV | 48.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 0 | 0 | 0.07 | 1 | 0.78 | 55.79 | 1 | 0.11 |
| Hex | 39 | 35 | 0 | 0 | 7 | 64 | 4E | 38 | 64 | B |
| Octal | 71 | 65 | 0 | 0 | 7 | 144 | 116 | 70 | 144 | 13 |
| Binary | 111001 | 110101 | 0 | 0 | 111 | 1100100 | 1001110 | 111000 | 1100100 | 1011 |
Color Harmonies of #393500
Complementary color
Monochromatic Colors of #393500
Black with #393500
Text Example
Text Example
White with #393500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393500; }
p { color: rgb(57,53,0); }
H1.HeaderClassName
{
color: #393500;
}
.AnyTagClassName
{
color: #393500;
}
</style>
background-color css
<style>
a { background-color: #393500; }
a { background-color: rgb(57,53,0); }
div.DivClassName
{
background-color: #393500;
}
.BgClassName
{
background-color: #393500;
}
</style>
border-color css
<style>
span { border-color: #393500; }
span { border-color: rgb(57,53,0); }
td.TdClassName
{
border-color: #393500;
}
.TagClassName
{
border-color: #393500;
}
</style>