Shades of Karaka #39360C
Tints of Karaka #39360C
RGB
CMYK
RGB Variations
Color information
#39360C (or 0x39360C) is known color: Karaka. HEX triplet: 39, 36 and 0C. RGB value is (57,54,12). Sum of RGB (Red+Green+Blue) = 57+54+12=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #39360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39360C is #C6C9F3. Grayscale: #323232. Windows color (decimal): -13027828 or 800313. OLE color: 800313.
HSL color Cylindrical-coordinate representation of color #39360C: hue angle of 56º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39360C is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 54 | 12 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.78 |
| HSL | 56º | 0.65% | 0.14% | - |
| HSV(B) | 56º | 0.79% | 0.22% | - |
| XYZ | 3.07 | 3.53 | 0.87 | - |
| YUV | 50.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 12 | 0 | 0.05 | 0.79 | 0.78 | 56 | 0.65 | 0.14 |
| Hex | 39 | 36 | C | 0 | 5 | 4F | 4E | 38 | 41 | E |
| Octal | 71 | 66 | 14 | 0 | 5 | 117 | 116 | 70 | 101 | 16 |
| Binary | 111001 | 110110 | 1100 | 0 | 101 | 1001111 | 1001110 | 111000 | 1000001 | 1110 |
Color Harmonies of #39360C
Complementary color
Monochromatic Colors of #39360C
Black with #39360C
Text Example
Text Example
White with #39360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39360C; }
p { color: rgb(57,54,12); }
H1.HeaderClassName
{
color: #39360C;
}
.AnyTagClassName
{
color: #39360C;
}
</style>
background-color css
<style>
a { background-color: #39360C; }
a { background-color: rgb(57,54,12); }
div.DivClassName
{
background-color: #39360C;
}
.BgClassName
{
background-color: #39360C;
}
</style>
border-color css
<style>
span { border-color: #39360C; }
span { border-color: rgb(57,54,12); }
td.TdClassName
{
border-color: #39360C;
}
.TagClassName
{
border-color: #39360C;
}
</style>