Shades of Karaka #333217
Tints of Karaka #333217
RGB
CMYK
RGB Variations
Color information
#333217 (or 0x333217) is known color: Karaka. HEX triplet: 33, 32 and 17. RGB value is (51,50,23). Sum of RGB (Red+Green+Blue) = 51+50+23=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #333217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333217 is #CCCDE8. Grayscale: #2F2F2F. Windows color (decimal): -13422057 or 1520179. OLE color: 1520179.
HSL color Cylindrical-coordinate representation of color #333217: hue angle of 57.86º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333217 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 50 | 23 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.8 |
| HSL | 57.86º | 0.38% | 0.15% | - |
| HSV(B) | 57.86º | 0.55% | 0.2% | - |
| XYZ | 2.66 | 3.05 | 1.26 | - |
| YUV | 47.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 23 | 0 | 0.02 | 0.55 | 0.8 | 57.86 | 0.38 | 0.15 |
| Hex | 33 | 32 | 17 | 0 | 2 | 37 | 50 | 3A | 26 | F |
| Octal | 63 | 62 | 27 | 0 | 2 | 67 | 120 | 72 | 46 | 17 |
| Binary | 110011 | 110010 | 10111 | 0 | 10 | 110111 | 1010000 | 111010 | 100110 | 1111 |
Color Harmonies of #333217
Complementary color
Monochromatic Colors of #333217
Black with #333217
Text Example
Text Example
White with #333217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333217; }
p { color: rgb(51,50,23); }
H1.HeaderClassName
{
color: #333217;
}
.AnyTagClassName
{
color: #333217;
}
</style>
background-color css
<style>
a { background-color: #333217; }
a { background-color: rgb(51,50,23); }
div.DivClassName
{
background-color: #333217;
}
.BgClassName
{
background-color: #333217;
}
</style>
border-color css
<style>
span { border-color: #333217; }
span { border-color: rgb(51,50,23); }
td.TdClassName
{
border-color: #333217;
}
.TagClassName
{
border-color: #333217;
}
</style>