Shades of Karaka #39360D
Tints of Karaka #39360D
RGB
CMYK
RGB Variations
Color information
#39360D (or 0x39360D) is known color: Karaka. HEX triplet: 39, 36 and 0D. RGB value is (57,54,13). Sum of RGB (Red+Green+Blue) = 57+54+13=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #39360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39360D is #C6C9F2. Grayscale: #323232. Windows color (decimal): -13027827 or 865849. OLE color: 865849.
HSL color Cylindrical-coordinate representation of color #39360D: hue angle of 55.91º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39360D is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 54 | 13 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.78 |
| HSL | 55.91º | 0.63% | 0.14% | - |
| HSV(B) | 55.91º | 0.77% | 0.22% | - |
| XYZ | 3.08 | 3.54 | 0.9 | - |
| YUV | 50.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 13 | 0 | 0.05 | 0.77 | 0.78 | 55.91 | 0.63 | 0.14 |
| Hex | 39 | 36 | D | 0 | 5 | 4D | 4E | 38 | 3F | E |
| Octal | 71 | 66 | 15 | 0 | 5 | 115 | 116 | 70 | 77 | 16 |
| Binary | 111001 | 110110 | 1101 | 0 | 101 | 1001101 | 1001110 | 111000 | 111111 | 1110 |
Color Harmonies of #39360D
Complementary color
Monochromatic Colors of #39360D
Black with #39360D
Text Example
Text Example
White with #39360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39360D; }
p { color: rgb(57,54,13); }
H1.HeaderClassName
{
color: #39360D;
}
.AnyTagClassName
{
color: #39360D;
}
</style>
background-color css
<style>
a { background-color: #39360D; }
a { background-color: rgb(57,54,13); }
div.DivClassName
{
background-color: #39360D;
}
.BgClassName
{
background-color: #39360D;
}
</style>
border-color css
<style>
span { border-color: #39360D; }
span { border-color: rgb(57,54,13); }
td.TdClassName
{
border-color: #39360D;
}
.TagClassName
{
border-color: #39360D;
}
</style>