Shades of Karaka #36350D
Tints of Karaka #36350D
RGB
CMYK
RGB Variations
Color information
#36350D (or 0x36350D) is known color: Karaka. HEX triplet: 36, 35 and 0D. RGB value is (54,53,13). Sum of RGB (Red+Green+Blue) = 54+53+13=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #36350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36350D is #C9CAF2. Grayscale: #303030. Windows color (decimal): -13224691 or 865590. OLE color: 865590.
HSL color Cylindrical-coordinate representation of color #36350D: hue angle of 58.54º 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 #36350D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 53 | 13 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.79 |
| HSL | 58.54º | 0.61% | 0.13% | - |
| HSV(B) | 58.54º | 0.76% | 0.21% | - |
| XYZ | 2.87 | 3.36 | 0.88 | - |
| YUV | 48.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 13 | 0 | 0.02 | 0.76 | 0.79 | 58.54 | 0.61 | 0.13 |
| Hex | 36 | 35 | D | 0 | 2 | 4C | 4F | 3B | 3D | D |
| Octal | 66 | 65 | 15 | 0 | 2 | 114 | 117 | 73 | 75 | 15 |
| Binary | 110110 | 110101 | 1101 | 0 | 10 | 1001100 | 1001111 | 111011 | 111101 | 1101 |
Color Harmonies of #36350D
Complementary color
Monochromatic Colors of #36350D
Black with #36350D
Text Example
Text Example
White with #36350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36350D; }
p { color: rgb(54,53,13); }
H1.HeaderClassName
{
color: #36350D;
}
.AnyTagClassName
{
color: #36350D;
}
</style>
background-color css
<style>
a { background-color: #36350D; }
a { background-color: rgb(54,53,13); }
div.DivClassName
{
background-color: #36350D;
}
.BgClassName
{
background-color: #36350D;
}
</style>
border-color css
<style>
span { border-color: #36350D; }
span { border-color: rgb(54,53,13); }
td.TdClassName
{
border-color: #36350D;
}
.TagClassName
{
border-color: #36350D;
}
</style>