Shades of Karaka #27280C
Tints of Karaka #27280C
RGB
CMYK
RGB Variations
Color information
#27280C (or 0x27280C) is known color: Karaka. HEX triplet: 27, 28 and 0C. RGB value is (39,40,12). Sum of RGB (Red+Green+Blue) = 39+40+12=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #27280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27280C is #D8D7F3. Grayscale: #242424. Windows color (decimal): -14211060 or 796711. OLE color: 796711.
HSL color Cylindrical-coordinate representation of color #27280C: hue angle of 62.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27280C is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 40 | 12 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.84 |
| HSL | 62.14º | 0.54% | 0.1% | - |
| HSV(B) | 62.14º | 0.7% | 0.16% | - |
| XYZ | 1.66 | 1.98 | 0.64 | - |
| YUV | 36.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 12 | 0.02 | 0 | 0.70 | 0.84 | 62.14 | 0.54 | 0.1 |
| Hex | 27 | 28 | C | 2 | 0 | 46 | 54 | 3E | 36 | A |
| Octal | 47 | 50 | 14 | 2 | 0 | 106 | 124 | 76 | 66 | 12 |
| Binary | 100111 | 101000 | 1100 | 10 | 0 | 1000110 | 1010100 | 111110 | 110110 | 1010 |
Color Harmonies of #27280C
Complementary color
Monochromatic Colors of #27280C
Black with #27280C
Text Example
Text Example
White with #27280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27280C; }
p { color: rgb(39,40,12); }
H1.HeaderClassName
{
color: #27280C;
}
.AnyTagClassName
{
color: #27280C;
}
</style>
background-color css
<style>
a { background-color: #27280C; }
a { background-color: rgb(39,40,12); }
div.DivClassName
{
background-color: #27280C;
}
.BgClassName
{
background-color: #27280C;
}
</style>
border-color css
<style>
span { border-color: #27280C; }
span { border-color: rgb(39,40,12); }
td.TdClassName
{
border-color: #27280C;
}
.TagClassName
{
border-color: #27280C;
}
</style>