Shades of Karaka #39360E
Tints of Karaka #39360E
RGB
CMYK
RGB Variations
Color information
#39360E (or 0x39360E) is known color: Karaka. HEX triplet: 39, 36 and 0E. RGB value is (57,54,14). Sum of RGB (Red+Green+Blue) = 57+54+14=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #39360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39360E is #C6C9F1. Grayscale: #323232. Windows color (decimal): -13027826 or 931385. OLE color: 931385.
HSL color Cylindrical-coordinate representation of color #39360E: hue angle of 55.81º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39360E is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 54 | 14 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.78 |
| HSL | 55.81º | 0.61% | 0.14% | - |
| HSV(B) | 55.81º | 0.75% | 0.22% | - |
| XYZ | 3.09 | 3.54 | 0.94 | - |
| YUV | 50.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 14 | 0 | 0.05 | 0.75 | 0.78 | 55.81 | 0.61 | 0.14 |
| Hex | 39 | 36 | E | 0 | 5 | 4B | 4E | 38 | 3D | E |
| Octal | 71 | 66 | 16 | 0 | 5 | 113 | 116 | 70 | 75 | 16 |
| Binary | 111001 | 110110 | 1110 | 0 | 101 | 1001011 | 1001110 | 111000 | 111101 | 1110 |
Color Harmonies of #39360E
Complementary color
Monochromatic Colors of #39360E
Black with #39360E
Text Example
Text Example
White with #39360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39360E; }
p { color: rgb(57,54,14); }
H1.HeaderClassName
{
color: #39360E;
}
.AnyTagClassName
{
color: #39360E;
}
</style>
background-color css
<style>
a { background-color: #39360E; }
a { background-color: rgb(57,54,14); }
div.DivClassName
{
background-color: #39360E;
}
.BgClassName
{
background-color: #39360E;
}
</style>
border-color css
<style>
span { border-color: #39360E; }
span { border-color: rgb(57,54,14); }
td.TdClassName
{
border-color: #39360E;
}
.TagClassName
{
border-color: #39360E;
}
</style>