Shades of Karaka #36360C
Tints of Karaka #36360C
RGB
CMYK
RGB Variations
Color information
#36360C (or 0x36360C) is known color: Karaka. HEX triplet: 36, 36 and 0C. RGB value is (54,54,12). Sum of RGB (Red+Green+Blue) = 54+54+12=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 54 - color contains mainly: red, green. Hex color #36360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36360C is #C9C9F3. Grayscale: #313131. Windows color (decimal): -13224436 or 800310. OLE color: 800310.
HSL color Cylindrical-coordinate representation of color #36360C: hue angle of 60º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36360C is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 54 | 12 | - |
| CMYK | 0 | 0 | 0.78 | 0.79 |
| HSL | 60º | 0.64% | 0.13% | - |
| HSV(B) | 60º | 0.78% | 0.21% | - |
| XYZ | 2.91 | 3.45 | 0.86 | - |
| YUV | 49.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 12 | 0 | 0 | 0.78 | 0.79 | 60 | 0.64 | 0.13 |
| Hex | 36 | 36 | C | 0 | 0 | 4E | 4F | 3C | 40 | D |
| Octal | 66 | 66 | 14 | 0 | 0 | 116 | 117 | 74 | 100 | 15 |
| Binary | 110110 | 110110 | 1100 | 0 | 0 | 1001110 | 1001111 | 111100 | 1000000 | 1101 |
Color Harmonies of #36360C
Complementary color
Monochromatic Colors of #36360C
Black with #36360C
Text Example
Text Example
White with #36360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36360C; }
p { color: rgb(54,54,12); }
H1.HeaderClassName
{
color: #36360C;
}
.AnyTagClassName
{
color: #36360C;
}
</style>
background-color css
<style>
a { background-color: #36360C; }
a { background-color: rgb(54,54,12); }
div.DivClassName
{
background-color: #36360C;
}
.BgClassName
{
background-color: #36360C;
}
</style>
border-color css
<style>
span { border-color: #36360C; }
span { border-color: rgb(54,54,12); }
td.TdClassName
{
border-color: #36360C;
}
.TagClassName
{
border-color: #36360C;
}
</style>