Shades of Karaka #36350B
Tints of Karaka #36350B
RGB
CMYK
RGB Variations
Color information
#36350B (or 0x36350B) is known color: Karaka. HEX triplet: 36, 35 and 0B. RGB value is (54,53,11). Sum of RGB (Red+Green+Blue) = 54+53+11=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #36350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36350B is #C9CAF4. Grayscale: #303030. Windows color (decimal): -13224693 or 734518. OLE color: 734518.
HSL color Cylindrical-coordinate representation of color #36350B: hue angle of 58.6º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36350B is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 53 | 11 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.79 |
| HSL | 58.6º | 0.66% | 0.13% | - |
| HSV(B) | 58.6º | 0.8% | 0.21% | - |
| XYZ | 2.85 | 3.35 | 0.81 | - |
| YUV | 48.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 11 | 0 | 0.02 | 0.80 | 0.79 | 58.6 | 0.66 | 0.13 |
| Hex | 36 | 35 | B | 0 | 2 | 50 | 4F | 3B | 42 | D |
| Octal | 66 | 65 | 13 | 0 | 2 | 120 | 117 | 73 | 102 | 15 |
| Binary | 110110 | 110101 | 1011 | 0 | 10 | 1010000 | 1001111 | 111011 | 1000010 | 1101 |
Color Harmonies of #36350B
Complementary color
Monochromatic Colors of #36350B
Black with #36350B
Text Example
Text Example
White with #36350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36350B; }
p { color: rgb(54,53,11); }
H1.HeaderClassName
{
color: #36350B;
}
.AnyTagClassName
{
color: #36350B;
}
</style>
background-color css
<style>
a { background-color: #36350B; }
a { background-color: rgb(54,53,11); }
div.DivClassName
{
background-color: #36350B;
}
.BgClassName
{
background-color: #36350B;
}
</style>
border-color css
<style>
span { border-color: #36350B; }
span { border-color: rgb(54,53,11); }
td.TdClassName
{
border-color: #36350B;
}
.TagClassName
{
border-color: #36350B;
}
</style>