Shades of Karaka #333515
Tints of Karaka #333515
RGB
CMYK
RGB Variations
Color information
#333515 (or 0x333515) is known color: Karaka. HEX triplet: 33, 35 and 15. RGB value is (51,53,21). Sum of RGB (Red+Green+Blue) = 51+53+21=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #333515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333515 is #CCCAEA. Grayscale: #303030. Windows color (decimal): -13421291 or 1389875. OLE color: 1389875.
HSL color Cylindrical-coordinate representation of color #333515: hue angle of 63.75º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #333515 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 53 | 21 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.79 |
| HSL | 63.75º | 0.43% | 0.15% | - |
| HSV(B) | 63.75º | 0.6% | 0.21% | - |
| XYZ | 2.77 | 3.3 | 1.2 | - |
| YUV | 48.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 21 | 0.04 | 0 | 0.60 | 0.79 | 63.75 | 0.43 | 0.15 |
| Hex | 33 | 35 | 15 | 4 | 0 | 3C | 4F | 40 | 2B | F |
| Octal | 63 | 65 | 25 | 4 | 0 | 74 | 117 | 100 | 53 | 17 |
| Binary | 110011 | 110101 | 10101 | 100 | 0 | 111100 | 1001111 | 1000000 | 101011 | 1111 |
Color Harmonies of #333515
Complementary color
Monochromatic Colors of #333515
Black with #333515
Text Example
Text Example
White with #333515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333515; }
p { color: rgb(51,53,21); }
H1.HeaderClassName
{
color: #333515;
}
.AnyTagClassName
{
color: #333515;
}
</style>
background-color css
<style>
a { background-color: #333515; }
a { background-color: rgb(51,53,21); }
div.DivClassName
{
background-color: #333515;
}
.BgClassName
{
background-color: #333515;
}
</style>
border-color css
<style>
span { border-color: #333515; }
span { border-color: rgb(51,53,21); }
td.TdClassName
{
border-color: #333515;
}
.TagClassName
{
border-color: #333515;
}
</style>