Shades of Karaka #333513
Tints of Karaka #333513
RGB
CMYK
RGB Variations
Color information
#333513 (or 0x333513) is known color: Karaka. HEX triplet: 33, 35 and 13. RGB value is (51,53,19). Sum of RGB (Red+Green+Blue) = 51+53+19=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #333513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333513 is #CCCAEC. Grayscale: #303030. Windows color (decimal): -13421293 or 1258803. OLE color: 1258803.
HSL color Cylindrical-coordinate representation of color #333513: hue angle of 63.53º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #333513 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 53 | 19 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.79 |
| HSL | 63.53º | 0.47% | 0.14% | - |
| HSV(B) | 63.53º | 0.64% | 0.21% | - |
| XYZ | 2.76 | 3.3 | 1.11 | - |
| YUV | 48.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 19 | 0.04 | 0 | 0.64 | 0.79 | 63.53 | 0.47 | 0.14 |
| Hex | 33 | 35 | 13 | 4 | 0 | 40 | 4F | 40 | 2F | E |
| Octal | 63 | 65 | 23 | 4 | 0 | 100 | 117 | 100 | 57 | 16 |
| Binary | 110011 | 110101 | 10011 | 100 | 0 | 1000000 | 1001111 | 1000000 | 101111 | 1110 |
Color Harmonies of #333513
Complementary color
Monochromatic Colors of #333513
Black with #333513
Text Example
Text Example
White with #333513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333513; }
p { color: rgb(51,53,19); }
H1.HeaderClassName
{
color: #333513;
}
.AnyTagClassName
{
color: #333513;
}
</style>
background-color css
<style>
a { background-color: #333513; }
a { background-color: rgb(51,53,19); }
div.DivClassName
{
background-color: #333513;
}
.BgClassName
{
background-color: #333513;
}
</style>
border-color css
<style>
span { border-color: #333513; }
span { border-color: rgb(51,53,19); }
td.TdClassName
{
border-color: #333513;
}
.TagClassName
{
border-color: #333513;
}
</style>