Shades of Karaka #36360D
Tints of Karaka #36360D
RGB
CMYK
RGB Variations
Color information
#36360D (or 0x36360D) is known color: Karaka. HEX triplet: 36, 36 and 0D. RGB value is (54,54,13). Sum of RGB (Red+Green+Blue) = 54+54+13=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 54 - color contains mainly: red, green. Hex color #36360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36360D is #C9C9F2. Grayscale: #313131. Windows color (decimal): -13224435 or 865846. OLE color: 865846.
HSL color Cylindrical-coordinate representation of color #36360D: hue angle of 60º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36360D is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 54 | 13 | - |
| CMYK | 0 | 0 | 0.76 | 0.79 |
| HSL | 60º | 0.61% | 0.13% | - |
| HSV(B) | 60º | 0.76% | 0.21% | - |
| XYZ | 2.91 | 3.45 | 0.89 | - |
| YUV | 49.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 13 | 0 | 0 | 0.76 | 0.79 | 60 | 0.61 | 0.13 |
| Hex | 36 | 36 | D | 0 | 0 | 4C | 4F | 3C | 3D | D |
| Octal | 66 | 66 | 15 | 0 | 0 | 114 | 117 | 74 | 75 | 15 |
| Binary | 110110 | 110110 | 1101 | 0 | 0 | 1001100 | 1001111 | 111100 | 111101 | 1101 |
Color Harmonies of #36360D
Complementary color
Monochromatic Colors of #36360D
Black with #36360D
Text Example
Text Example
White with #36360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36360D; }
p { color: rgb(54,54,13); }
H1.HeaderClassName
{
color: #36360D;
}
.AnyTagClassName
{
color: #36360D;
}
</style>
background-color css
<style>
a { background-color: #36360D; }
a { background-color: rgb(54,54,13); }
div.DivClassName
{
background-color: #36360D;
}
.BgClassName
{
background-color: #36360D;
}
</style>
border-color css
<style>
span { border-color: #36360D; }
span { border-color: rgb(54,54,13); }
td.TdClassName
{
border-color: #36360D;
}
.TagClassName
{
border-color: #36360D;
}
</style>