Shades of Karaka #36351D
Tints of Karaka #36351D
RGB
CMYK
RGB Variations
Color information
#36351D (or 0x36351D) is known color: Karaka. HEX triplet: 36, 35 and 1D. RGB value is (54,53,29). Sum of RGB (Red+Green+Blue) = 54+53+29=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #36351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36351D is #C9CAE2. Grayscale: #323232. Windows color (decimal): -13224675 or 1914166. OLE color: 1914166.
HSL color Cylindrical-coordinate representation of color #36351D: hue angle of 57.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36351D is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 53 | 29 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.79 |
| HSL | 57.6º | 0.3% | 0.16% | - |
| HSV(B) | 57.6º | 0.46% | 0.21% | - |
| XYZ | 3.02 | 3.42 | 1.66 | - |
| YUV | 50.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 29 | 0 | 0.02 | 0.46 | 0.79 | 57.6 | 0.3 | 0.16 |
| Hex | 36 | 35 | 1D | 0 | 2 | 2E | 4F | 3A | 1E | 10 |
| Octal | 66 | 65 | 35 | 0 | 2 | 56 | 117 | 72 | 36 | 20 |
| Binary | 110110 | 110101 | 11101 | 0 | 10 | 101110 | 1001111 | 111010 | 11110 | 10000 |
Color Harmonies of #36351D
Complementary color
Monochromatic Colors of #36351D
Black with #36351D
Text Example
Text Example
White with #36351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36351D; }
p { color: rgb(54,53,29); }
H1.HeaderClassName
{
color: #36351D;
}
.AnyTagClassName
{
color: #36351D;
}
</style>
background-color css
<style>
a { background-color: #36351D; }
a { background-color: rgb(54,53,29); }
div.DivClassName
{
background-color: #36351D;
}
.BgClassName
{
background-color: #36351D;
}
</style>
border-color css
<style>
span { border-color: #36351D; }
span { border-color: rgb(54,53,29); }
td.TdClassName
{
border-color: #36351D;
}
.TagClassName
{
border-color: #36351D;
}
</style>