Shades of Karaka #393510
Tints of Karaka #393510
RGB
CMYK
RGB Variations
Color information
#393510 (or 0x393510) is known color: Karaka. HEX triplet: 39, 35 and 10. RGB value is (57,53,16). Sum of RGB (Red+Green+Blue) = 57+53+16=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #393510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393510 is #C6CAEF. Grayscale: #323232. Windows color (decimal): -13028080 or 1062201. OLE color: 1062201.
HSL color Cylindrical-coordinate representation of color #393510: hue angle of 54.15º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #393510 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 16 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.78 |
| HSL | 54.15º | 0.56% | 0.14% | - |
| HSV(B) | 54.15º | 0.72% | 0.22% | - |
| XYZ | 3.05 | 3.45 | 1 | - |
| YUV | 49.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 16 | 0 | 0.07 | 0.72 | 0.78 | 54.15 | 0.56 | 0.14 |
| Hex | 39 | 35 | 10 | 0 | 7 | 48 | 4E | 36 | 38 | E |
| Octal | 71 | 65 | 20 | 0 | 7 | 110 | 116 | 66 | 70 | 16 |
| Binary | 111001 | 110101 | 10000 | 0 | 111 | 1001000 | 1001110 | 110110 | 111000 | 1110 |
Color Harmonies of #393510
Complementary color
Monochromatic Colors of #393510
Black with #393510
Text Example
Text Example
White with #393510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393510; }
p { color: rgb(57,53,16); }
H1.HeaderClassName
{
color: #393510;
}
.AnyTagClassName
{
color: #393510;
}
</style>
background-color css
<style>
a { background-color: #393510; }
a { background-color: rgb(57,53,16); }
div.DivClassName
{
background-color: #393510;
}
.BgClassName
{
background-color: #393510;
}
</style>
border-color css
<style>
span { border-color: #393510; }
span { border-color: rgb(57,53,16); }
td.TdClassName
{
border-color: #393510;
}
.TagClassName
{
border-color: #393510;
}
</style>