Shades of Karaka #36350C
Tints of Karaka #36350C
RGB
CMYK
RGB Variations
Color information
#36350C (or 0x36350C) is known color: Karaka. HEX triplet: 36, 35 and 0C. RGB value is (54,53,12). Sum of RGB (Red+Green+Blue) = 54+53+12=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #36350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36350C is #C9CAF3. Grayscale: #303030. Windows color (decimal): -13224692 or 800054. OLE color: 800054.
HSL color Cylindrical-coordinate representation of color #36350C: hue angle of 58.57º 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 #36350C is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 53 | 12 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.79 |
| HSL | 58.57º | 0.64% | 0.13% | - |
| HSV(B) | 58.57º | 0.78% | 0.21% | - |
| XYZ | 2.86 | 3.36 | 0.85 | - |
| YUV | 48.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 12 | 0 | 0.02 | 0.78 | 0.79 | 58.57 | 0.64 | 0.13 |
| Hex | 36 | 35 | C | 0 | 2 | 4E | 4F | 3B | 40 | D |
| Octal | 66 | 65 | 14 | 0 | 2 | 116 | 117 | 73 | 100 | 15 |
| Binary | 110110 | 110101 | 1100 | 0 | 10 | 1001110 | 1001111 | 111011 | 1000000 | 1101 |
Color Harmonies of #36350C
Complementary color
Monochromatic Colors of #36350C
Black with #36350C
Text Example
Text Example
White with #36350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36350C; }
p { color: rgb(54,53,12); }
H1.HeaderClassName
{
color: #36350C;
}
.AnyTagClassName
{
color: #36350C;
}
</style>
background-color css
<style>
a { background-color: #36350C; }
a { background-color: rgb(54,53,12); }
div.DivClassName
{
background-color: #36350C;
}
.BgClassName
{
background-color: #36350C;
}
</style>
border-color css
<style>
span { border-color: #36350C; }
span { border-color: rgb(54,53,12); }
td.TdClassName
{
border-color: #36350C;
}
.TagClassName
{
border-color: #36350C;
}
</style>